#ACAA16

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

Shades of Earls Green #ACAA16

Tints of Earls Green #ACAA16

Color information

#ACAA16 (or 0xACAA16) is unknown color: approx Earls Green. HEX triplet: AC, AA and 16. RGB value is (172,170,22). Sum of RGB (Red+Green+Blue) = 172+170+22=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA16 is #5355E9. Grayscale: #9A9A9A. Windows color (decimal): -5461482 or 1485484. OLE color: 1485484.

HSL color Cylindrical-coordinate representation of color #ACAA16: hue angle of 59.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACAA16 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB17217022-
CMYK00.010.870.33
HSL59.2º77.32%38.04%-
HSV(B)59.2º87.21%67.45%-
XYZ31.5337.586.35-
YUV153.7353.66141.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 22 (8.98% from 255) = 6.04%
R=47.25%
G=46.70%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721702200.010.870.3359.277.3238.04
HexACAA160157213b4d26
Octal2542522601127417311546
Binary1010110010101010101100110101111000011110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA16; }

 p { color: rgb(172,170,22); }

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

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

 a { background-color: rgb(172,170,22); }

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

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

 span { border-color: rgb(172,170,22); }

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