#ACAA1C

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

Shades of Earls Green #ACAA1C

Tints of Earls Green #ACAA1C

Color information

#ACAA1C (or 0xACAA1C) is unknown color: approx Earls Green. HEX triplet: AC, AA and 1C. RGB value is (172,170,28). Sum of RGB (Red+Green+Blue) = 172+170+28=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA1C is #5355E3. Grayscale: #9A9A9A. Windows color (decimal): -5461476 or 1878700. OLE color: 1878700.

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

Color convert

RGB17217028-
CMYK00.010.840.33
HSL59.17º72%39.22%-
HSV(B)59.17º83.72%67.45%-
XYZ31.637.66.69-
YUV154.4156.66140.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=46.49%
G=45.95%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721702800.010.840.3359.177239.22
HexACAA1C0154213b4827
Octal2542523401124417311047
Binary1010110010101010111000110101001000011110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA1C; }

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

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

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

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

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

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

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

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