color codes Logo

#acf90d color codes

#ACF90D
(172,249,13)
0 Favorites   0 Comments

Color spaces of #acf90d

RGB 17224913
HSL0.220.950.51
HSV80°95°98°
CMYK 0.310.000.95   0.02
XYZ50.961676.551112.4707
Yxy76.55110.36410.5469
Hunter Lab87.4935-49.144252.7947
CIE-Lab90.1146-51.192185.8291

#acf90d color RGB value is (172,249,13).

#acf90d hex color red value is 172, green value is 249 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #acf90d hue: 0.22 , saturation: 0.95 and the lightness value of acf90d is 0.51.

The process color (four color CMYK) of #acf90d color code is 0.31, 0.00, 0.95, 0.02. Web safe color of #acf90d is #99ff00. Color #acf90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00001101
Octal 254 371 15
Decimal 172 249 13
Hex AC F9 D

RGB Percentages of Color #acf90d

%39.63
%57.37
%3.00

CMYK Percentages of Color #acf90d

%31
%0
%95
%2

Triadic Colors of #acf90d

#acf90d #0dacf9 #f90dac

Analogous Colors of #acf90d

#acf90d #36f90d #f9d00d

Monochromatic Colors of #acf90d

#acf90d

Complementary Color

#acf90d #5a0df9

#acf90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf90d Color CSS Codes

.mybgcolor {background-color:#acf90d; } 
.myforecolor {color:#acf90d; }
.mybordercolor {border:3px solid #acf90d; }

#acf90d Text Font Color

<p style="color:#acf90d">Text here</p>

This sample text font color is #acf90d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#acf90d Background Color

<div style="background-color:#acf90d">
Div content here</div>

This div background color is #acf90d


#acf90d Border Color

<div style="border:3px solid #acf90d">
Div here</div>

This div border color is #acf90d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,249,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acf90d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acf90d;
  -webkit-box-shadow: 1px 1px 3px 2px #acf90d;
  box-shadow:         1px 1px 3px 2px #acf90d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,249,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acf90d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #acf90d;
  -webkit-box-shadow: 1px 1px 3px 2px #acf90d;
  box-shadow:         1px 1px 3px 2px #acf90d;">
Div content here</div>

This div box has shadow with color #acf90d


Comments

No comments written yet.

Please login to write comment.