#ACA12E

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

Shades of Earls Green #ACA12E

Tints of Earls Green #ACA12E

Color information

#ACA12E (or 0xACA12E) is unknown color: approx Earls Green. HEX triplet: AC, A1 and 2E. RGB value is (172,161,46). Sum of RGB (Red+Green+Blue) = 172+161+46=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA12E is #535ED1. Grayscale: #979797. Windows color (decimal): -5463762 or 3056044. OLE color: 3056044.

HSL color Cylindrical-coordinate representation of color #ACA12E: hue angle of 54.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACA12E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17216146-
CMYK00.060.730.33
HSL54.76º57.8%42.75%-
HSV(B)54.76º73.26%67.45%-
XYZ30.2534.467.64-
YUV151.1868.64142.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 46 (18.36% from 255) = 12.14%
R=45.38%
G=42.48%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721614600.060.730.3354.7657.842.75
HexACA12E064921373a2b
Octal254241560611141677253
Binary101011001010000110111001101001001100001110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA12E; }

 p { color: rgb(172,161,46); }

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

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

 a { background-color: rgb(172,161,46); }

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

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

 span { border-color: rgb(172,161,46); }

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