Shades of Earls Green #AEA81E
Tints of Earls Green #AEA81E
RGB
CMYK
RGB Variations
Color information
#AEA81E (or 0xAEA81E) is known color: Earls Green. HEX triplet: AE, A8 and 1E. RGB value is (174,168,30). Sum of RGB (Red+Green+Blue) = 174+168+30=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA81E is #5157E1. Grayscale: #9A9A9A. Windows color (decimal): -5330914 or 2009262. OLE color: 2009262.
HSL color Cylindrical-coordinate representation of color #AEA81E: hue angle of 57.5º 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 #AEA81E is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 30 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.32 |
| HSL | 57.5º | 0.71% | 0.4% | - |
| HSV(B) | 57.5º | 0.83% | 0.68% | - |
| XYZ | 31.69 | 37.1 | 6.72 | - |
| YUV | 154.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 30 | 0 | 0.03 | 0.83 | 0.32 | 57.5 | 0.71 | 0.4 |
| Hex | AE | A8 | 1E | 0 | 3 | 53 | 20 | 3A | 47 | 28 |
| Octal | 256 | 250 | 36 | 0 | 3 | 123 | 40 | 72 | 107 | 50 |
| Binary | 10101110 | 10101000 | 11110 | 0 | 11 | 1010011 | 100000 | 111010 | 1000111 | 101000 |
Color Harmonies of #AEA81E
Complementary color
Monochromatic Colors of #AEA81E
Black with #AEA81E
Text Example
Text Example
White with #AEA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA81E; }
p { color: rgb(174,168,30); }
H1.HeaderClassName
{
color: #AEA81E;
}
.AnyTagClassName
{
color: #AEA81E;
}
</style>
background-color css
<style>
a { background-color: #AEA81E; }
a { background-color: rgb(174,168,30); }
div.DivClassName
{
background-color: #AEA81E;
}
.BgClassName
{
background-color: #AEA81E;
}
</style>
border-color css
<style>
span { border-color: #AEA81E; }
span { border-color: rgb(174,168,30); }
td.TdClassName
{
border-color: #AEA81E;
}
.TagClassName
{
border-color: #AEA81E;
}
</style>