Shades of Earls Green #AEAC28
Tints of Earls Green #AEAC28
RGB
CMYK
RGB Variations
Color information
#AEAC28 (or 0xAEAC28) is known color: Earls Green. HEX triplet: AE, AC and 28. RGB value is (174,172,40). Sum of RGB (Red+Green+Blue) = 174+172+40=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC28 is #5153D7. Grayscale: #9E9E9E. Windows color (decimal): -5329880 or 2665646. OLE color: 2665646.
HSL color Cylindrical-coordinate representation of color #AEAC28: hue angle of 59.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEAC28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.32 |
| HSL | 59.1º | 0.63% | 0.42% | - |
| HSV(B) | 59.1º | 0.77% | 0.68% | - |
| XYZ | 32.59 | 38.66 | 7.75 | - |
| YUV | 157.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 40 | 0 | 0.01 | 0.77 | 0.32 | 59.1 | 0.63 | 0.42 |
| Hex | AE | AC | 28 | 0 | 1 | 4D | 20 | 3B | 3F | 2A |
| Octal | 256 | 254 | 50 | 0 | 1 | 115 | 40 | 73 | 77 | 52 |
| Binary | 10101110 | 10101100 | 101000 | 0 | 1 | 1001101 | 100000 | 111011 | 111111 | 101010 |
Color Harmonies of #AEAC28
Complementary color
Monochromatic Colors of #AEAC28
Black with #AEAC28
Text Example
Text Example
White with #AEAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC28; }
p { color: rgb(174,172,40); }
H1.HeaderClassName
{
color: #AEAC28;
}
.AnyTagClassName
{
color: #AEAC28;
}
</style>
background-color css
<style>
a { background-color: #AEAC28; }
a { background-color: rgb(174,172,40); }
div.DivClassName
{
background-color: #AEAC28;
}
.BgClassName
{
background-color: #AEAC28;
}
</style>
border-color css
<style>
span { border-color: #AEAC28; }
span { border-color: rgb(174,172,40); }
td.TdClassName
{
border-color: #AEAC28;
}
.TagClassName
{
border-color: #AEAC28;
}
</style>