#ACAF20

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

Shades of Earls Green #ACAF20

Tints of Earls Green #ACAF20

Color information

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

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

Color convert

RGB17217532-
CMYK0.0200.820.31
HSL61.26º69.08%40.59%-
HSV(B)61.26º81.71%68.63%-
XYZ32.639.537.28-
YUV157.857.01138.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175320.0200.820.3161.2669.0840.59
HexACAF2020521F3d4529
Octal2542574020122377510551
Binary10101100101011111000001001010010111111111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF20; }

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

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

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

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

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

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

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

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