#AFAA20

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

Shades of Earls Green #AFAA20

Tints of Earls Green #AFAA20

Color information

#AFAA20 (or 0xAFAA20) is unknown color: approx Earls Green. HEX triplet: AF, AA and 20. RGB value is (175,170,32). Sum of RGB (Red+Green+Blue) = 175+170+32=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA20 is #5055DF. Grayscale: #9C9C9C. Windows color (decimal): -5264864 or 2140847. OLE color: 2140847.

HSL color Cylindrical-coordinate representation of color #AFAA20: hue angle of 57.9º 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 #AFAA20 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17517032-
CMYK00.030.820.31
HSL57.9º69.08%40.59%-
HSV(B)57.9º81.71%68.63%-
XYZ32.3137.976.99-
YUV155.7658.16141.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=46.42%
G=45.09%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751703200.030.820.3157.969.0840.59
HexAFAA2003521F3a4529
Octal2572524003122377210551
Binary10101111101010101000000111010010111111110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA20; }

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

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

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

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

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

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

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

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