Shades of Earls Green #AEAE20
Tints of Earls Green #AEAE20
RGB
CMYK
RGB Variations
Color information
#AEAE20 (or 0xAEAE20) is known color: Earls Green. HEX triplet: AE, AE and 20. RGB value is (174,174,32). Sum of RGB (Red+Green+Blue) = 174+174+32=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE20 is #5151DF. Grayscale: #9E9E9E. Windows color (decimal): -5329376 or 2141870. OLE color: 2141870.
HSL color Cylindrical-coordinate representation of color #AEAE20: hue angle of 60º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEAE20 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 32 | - |
| CMYK | 0 | 0 | 0.82 | 0.32 |
| HSL | 60º | 0.69% | 0.4% | - |
| HSV(B) | 60º | 0.82% | 0.68% | - |
| XYZ | 32.85 | 39.38 | 7.24 | - |
| YUV | 157.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 32 | 0 | 0 | 0.82 | 0.32 | 60 | 0.69 | 0.4 |
| Hex | AE | AE | 20 | 0 | 0 | 52 | 20 | 3C | 45 | 28 |
| Octal | 256 | 256 | 40 | 0 | 0 | 122 | 40 | 74 | 105 | 50 |
| Binary | 10101110 | 10101110 | 100000 | 0 | 0 | 1010010 | 100000 | 111100 | 1000101 | 101000 |
Color Harmonies of #AEAE20
Complementary color
Monochromatic Colors of #AEAE20
Black with #AEAE20
Text Example
Text Example
White with #AEAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE20; }
p { color: rgb(174,174,32); }
H1.HeaderClassName
{
color: #AEAE20;
}
.AnyTagClassName
{
color: #AEAE20;
}
</style>
background-color css
<style>
a { background-color: #AEAE20; }
a { background-color: rgb(174,174,32); }
div.DivClassName
{
background-color: #AEAE20;
}
.BgClassName
{
background-color: #AEAE20;
}
</style>
border-color css
<style>
span { border-color: #AEAE20; }
span { border-color: rgb(174,174,32); }
td.TdClassName
{
border-color: #AEAE20;
}
.TagClassName
{
border-color: #AEAE20;
}
</style>