Shades of Earls Green #AEAD28
Tints of Earls Green #AEAD28
RGB
CMYK
RGB Variations
Color information
#AEAD28 (or 0xAEAD28) is known color: Earls Green. HEX triplet: AE, AD and 28. RGB value is (174,173,40). Sum of RGB (Red+Green+Blue) = 174+173+40=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD28 is #5152D7. Grayscale: #9E9E9E. Windows color (decimal): -5329624 or 2665902. OLE color: 2665902.
HSL color Cylindrical-coordinate representation of color #AEAD28: hue angle of 59.55º 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 #AEAD28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.32 |
| HSL | 59.55º | 0.63% | 0.42% | - |
| HSV(B) | 59.55º | 0.77% | 0.68% | - |
| XYZ | 32.78 | 39.04 | 7.81 | - |
| YUV | 158.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 40 | 0 | 0.01 | 0.77 | 0.32 | 59.55 | 0.63 | 0.42 |
| Hex | AE | AD | 28 | 0 | 1 | 4D | 20 | 3C | 3F | 2A |
| Octal | 256 | 255 | 50 | 0 | 1 | 115 | 40 | 74 | 77 | 52 |
| Binary | 10101110 | 10101101 | 101000 | 0 | 1 | 1001101 | 100000 | 111100 | 111111 | 101010 |
Color Harmonies of #AEAD28
Complementary color
Monochromatic Colors of #AEAD28
Black with #AEAD28
Text Example
Text Example
White with #AEAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD28; }
p { color: rgb(174,173,40); }
H1.HeaderClassName
{
color: #AEAD28;
}
.AnyTagClassName
{
color: #AEAD28;
}
</style>
background-color css
<style>
a { background-color: #AEAD28; }
a { background-color: rgb(174,173,40); }
div.DivClassName
{
background-color: #AEAD28;
}
.BgClassName
{
background-color: #AEAD28;
}
</style>
border-color css
<style>
span { border-color: #AEAD28; }
span { border-color: rgb(174,173,40); }
td.TdClassName
{
border-color: #AEAD28;
}
.TagClassName
{
border-color: #AEAD28;
}
</style>