#ACA02E

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

Shades of Earls Green #ACA02E

Tints of Earls Green #ACA02E

Color information

#ACA02E (or 0xACA02E) is unknown color: approx Earls Green. HEX triplet: AC, A0 and 2E. RGB value is (172,160,46). Sum of RGB (Red+Green+Blue) = 172+160+46=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA02E is #535FD1. Grayscale: #979797. Windows color (decimal): -5464018 or 3055788. OLE color: 3055788.

HSL color Cylindrical-coordinate representation of color #ACA02E: hue angle of 54.29º 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 #ACA02E is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17216046-
CMYK00.070.730.33
HSL54.29º57.8%42.75%-
HSV(B)54.29º73.26%67.45%-
XYZ30.0834.117.58-
YUV150.5968.98143.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=45.50%
G=42.33%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721604600.070.730.3354.2957.842.75
HexACA02E074921363a2b
Octal254240560711141667253
Binary101011001010000010111001111001001100001110110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA02E; }

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

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

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

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

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

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

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

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