#ACAE1E

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

Shades of Earls Green #ACAE1E

Tints of Earls Green #ACAE1E

Color information

#ACAE1E (or 0xACAE1E) is unknown color: approx Earls Green. HEX triplet: AC, AE and 1E. RGB value is (172,174,30). Sum of RGB (Red+Green+Blue) = 172+174+30=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE1E is #5351E1. Grayscale: #9D9D9D. Windows color (decimal): -5460450 or 2010796. OLE color: 2010796.

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

Color convert

RGB17217430-
CMYK0.0100.830.32
HSL60.83º70.59%40%-
HSV(B)60.83º82.76%68.24%-
XYZ32.3839.147.08-
YUV156.9956.34138.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 30 (12.11% from 255) = 7.98%
R=45.74%
G=46.28%
B=7.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174300.0100.830.3260.8370.5940
HexACAE1E1053203d4728
Octal2542563610123407510750
Binary1010110010101110111101010100111000001111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE1E; }

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

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

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

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

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

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

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

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