#ACAE29

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

Shades of Earls Green #ACAE29

Tints of Earls Green #ACAE29

Color information

#ACAE29 (or 0xACAE29) is unknown color: approx Earls Green. HEX triplet: AC, AE and 29. RGB value is (172,174,41). Sum of RGB (Red+Green+Blue) = 172+174+41=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE29 is #5351D6. Grayscale: #9E9E9E. Windows color (decimal): -5460439 or 2731692. OLE color: 2731692.

HSL color Cylindrical-coordinate representation of color #ACAE29: hue angle of 60.9º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACAE29 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17217441-
CMYK0.0100.760.32
HSL60.9º61.86%42.16%-
HSV(B)60.9º76.44%68.24%-
XYZ32.5539.27.95-
YUV158.2461.84137.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 41 (16.41% from 255) = 10.59%
R=44.44%
G=44.96%
B=10.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174410.0100.760.3260.961.8642.16
HexACAE29104C203d3e2a
Octal254256511011440757652
Binary1010110010101110101001101001100100000111101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE29; }

 p { color: rgb(172,174,41); }

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

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

 a { background-color: rgb(172,174,41); }

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

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

 span { border-color: rgb(172,174,41); }

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