#AFAA24

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

Shades of Earls Green #AFAA24

Tints of Earls Green #AFAA24

Color information

#AFAA24 (or 0xAFAA24) is unknown color: approx Earls Green. HEX triplet: AF, AA and 24. RGB value is (175,170,36). Sum of RGB (Red+Green+Blue) = 175+170+36=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA24 is #5055DB. Grayscale: #9C9C9C. Windows color (decimal): -5264860 or 2402991. OLE color: 2402991.

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

Color convert

RGB17517036-
CMYK00.030.790.31
HSL57.84º65.88%41.37%-
HSV(B)57.84º79.43%68.63%-
XYZ32.3737.997.3-
YUV156.2260.16141.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 36 (14.45% from 255) = 9.45%
R=45.93%
G=44.62%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751703600.030.790.3157.8465.8841.37
HexAFAA24034F1F3a4229
Octal2572524403117377210251
Binary10101111101010101001000111001111111111110101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA24; }

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

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

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

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

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

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

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

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