#AFAC20

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

Shades of Earls Green #AFAC20

Tints of Earls Green #AFAC20

Color information

#AFAC20 (or 0xAFAC20) is unknown color: approx Earls Green. HEX triplet: AF, AC and 20. RGB value is (175,172,32). Sum of RGB (Red+Green+Blue) = 175+172+32=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC20 is #5053DF. Grayscale: #9D9D9D. Windows color (decimal): -5264352 or 2141359. OLE color: 2141359.

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

Color convert

RGB17517232-
CMYK00.020.820.31
HSL58.74º69.08%40.59%-
HSV(B)58.74º81.71%68.63%-
XYZ32.6938.727.12-
YUV156.9457.49140.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 172 (67.58% from 255) = 45.38%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=46.17%
G=45.38%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751723200.020.820.3158.7469.0840.59
HexAFAC2002521F3b4529
Octal2572544002122377310551
Binary10101111101011001000000101010010111111110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC20; }

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

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

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

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

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

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

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

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