Shades of Earls Green #AEAD23
Tints of Earls Green #AEAD23
RGB
CMYK
RGB Variations
Color information
#AEAD23 (or 0xAEAD23) is known color: Earls Green. HEX triplet: AE, AD and 23. RGB value is (174,173,35). Sum of RGB (Red+Green+Blue) = 174+173+35=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD23 is #5152DC. Grayscale: #9E9E9E. Windows color (decimal): -5329629 or 2338222. OLE color: 2338222.
HSL color Cylindrical-coordinate representation of color #AEAD23: hue angle of 59.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEAD23 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 35 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.32 |
| HSL | 59.57º | 0.67% | 0.41% | - |
| HSV(B) | 59.57º | 0.8% | 0.68% | - |
| XYZ | 32.7 | 39.01 | 7.4 | - |
| YUV | 157.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 35 | 0 | 0.01 | 0.80 | 0.32 | 59.57 | 0.67 | 0.41 |
| Hex | AE | AD | 23 | 0 | 1 | 50 | 20 | 3C | 43 | 29 |
| Octal | 256 | 255 | 43 | 0 | 1 | 120 | 40 | 74 | 103 | 51 |
| Binary | 10101110 | 10101101 | 100011 | 0 | 1 | 1010000 | 100000 | 111100 | 1000011 | 101001 |
Color Harmonies of #AEAD23
Complementary color
Monochromatic Colors of #AEAD23
Black with #AEAD23
Text Example
Text Example
White with #AEAD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD23; }
p { color: rgb(174,173,35); }
H1.HeaderClassName
{
color: #AEAD23;
}
.AnyTagClassName
{
color: #AEAD23;
}
</style>
background-color css
<style>
a { background-color: #AEAD23; }
a { background-color: rgb(174,173,35); }
div.DivClassName
{
background-color: #AEAD23;
}
.BgClassName
{
background-color: #AEAD23;
}
</style>
border-color css
<style>
span { border-color: #AEAD23; }
span { border-color: rgb(174,173,35); }
td.TdClassName
{
border-color: #AEAD23;
}
.TagClassName
{
border-color: #AEAD23;
}
</style>