#AFAE20

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

Shades of Earls Green #AFAE20

Tints of Earls Green #AFAE20

Color information

#AFAE20 (or 0xAFAE20) is unknown color: approx Earls Green. HEX triplet: AF, AE and 20. RGB value is (175,174,32). Sum of RGB (Red+Green+Blue) = 175+174+32=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE20 is #5051DF. Grayscale: #9E9E9E. Windows color (decimal): -5263840 or 2141871. OLE color: 2141871.

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

Color convert

RGB17517432-
CMYK00.010.820.31
HSL59.58º69.08%40.59%-
HSV(B)59.58º81.71%68.63%-
XYZ33.0839.497.25-
YUV158.1156.83140.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 32 (12.89% from 255) = 8.40%
R=45.93%
G=45.67%
B=8.40%

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
Decimal1751743200.010.820.3159.5869.0840.59
HexAFAE2001521F3c4529
Octal2572564001122377410551
Binary1010111110101110100000011010010111111111001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE20; }

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

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

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

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

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

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

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

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