Shades of Earls Green #ACAE1E
Tints of Earls Green #ACAE1E
RGB
CMYK
RGB Variations
Color information
#ACAE1E (or 0xACAE1E) is known color: 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
| RGB | 172 | 174 | 30 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.32 |
| HSL | 60.83º | 0.71% | 0.4% | - |
| HSV(B) | 60.83º | 0.83% | 0.68% | - |
| XYZ | 32.38 | 39.14 | 7.08 | - |
| YUV | 156.99 | 56.34 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 30 | 0.01 | 0 | 0.83 | 0.32 | 60.83 | 0.71 | 0.4 |
| Hex | AC | AE | 1E | 1 | 0 | 53 | 20 | 3D | 47 | 28 |
| Octal | 254 | 256 | 36 | 1 | 0 | 123 | 40 | 75 | 107 | 50 |
| Binary | 10101100 | 10101110 | 11110 | 1 | 0 | 1010011 | 100000 | 111101 | 1000111 | 101000 |
Color Harmonies of #ACAE1E
Complementary color
Monochromatic Colors of #ACAE1E
Black with #ACAE1E
Text Example
Text Example
White with #ACAE1E
Text Example
Text Example
HTML Codes & Css Web 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>