#AFAD20

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

Shades of Earls Green #AFAD20

Tints of Earls Green #AFAD20

Color information

#AFAD20 (or 0xAFAD20) is unknown color: approx Earls Green. HEX triplet: AF, AD and 20. RGB value is (175,173,32). Sum of RGB (Red+Green+Blue) = 175+173+32=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD20 is #5052DF. Grayscale: #9E9E9E. Windows color (decimal): -5264096 or 2141615. OLE color: 2141615.

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

Color convert

RGB17517332-
CMYK00.010.820.31
HSL59.16º69.08%40.59%-
HSV(B)59.16º81.71%68.63%-
XYZ32.8839.117.18-
YUV157.5257.16140.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 32 (12.89% from 255) = 8.42%
R=46.05%
G=45.53%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751733200.010.820.3159.1669.0840.59
HexAFAD2001521F3b4529
Octal2572554001122377310551
Binary1010111110101101100000011010010111111110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD20; }

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

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

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

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

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

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

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

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