#AFAC18

Color #AFAC18 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #AFAC18

Tints of Earls Green #AFAC18

Color information

#AFAC18 (or 0xAFAC18) is unknown color: approx Earls Green. HEX triplet: AF, AC and 18. RGB value is (175,172,24). Sum of RGB (Red+Green+Blue) = 175+172+24=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC18 is #5053E7. Grayscale: #9C9C9C. Windows color (decimal): -5264360 or 1617071. OLE color: 1617071.

HSL color Cylindrical-coordinate representation of color #AFAC18: hue angle of 58.81º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFAC18 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17517224-
CMYK00.020.860.31
HSL58.81º75.88%39.02%-
HSV(B)58.81º86.29%68.63%-
XYZ32.638.686.61-
YUV156.0253.49141.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 24 (9.77% from 255) = 6.47%
R=47.17%
G=46.36%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751722400.020.860.3158.8175.8839.02
HexAFAC1802561F3b4c27
Octal2572543002126377311447
Binary1010111110101100110000101010110111111110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC18; }

 p { color: rgb(175,172,24); }

 H1.HeaderClassName
 {
   color: #AFAC18;
 }
 .AnyTagClassName
 {
   color: #AFAC18;
 }
</style>
background-color css

<style>
 a { background-color: #AFAC18; }

 a { background-color: rgb(175,172,24); }

 div.DivClassName
 {
   background-color: #AFAC18;
 }
 .BgClassName
 {
   background-color: #AFAC18;
 }
</style>
border-color css

<style>
 span { border-color: #AFAC18; }

 span { border-color: rgb(175,172,24); }

 td.TdClassName
 {
   border-color: #AFAC18;
 }
 .TagClassName
 {
   border-color: #AFAC18;
 }
</style>