Shades of Earls Green #AEAF2D
Tints of Earls Green #AEAF2D
RGB
CMYK
RGB Variations
Color information
#AEAF2D (or 0xAEAF2D) is known color: Earls Green. HEX triplet: AE, AF and 2D. RGB value is (174,175,45). Sum of RGB (Red+Green+Blue) = 174+175+45=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF2D is #5150D2. Grayscale: #A0A0A0. Windows color (decimal): -5329107 or 2994094. OLE color: 2994094.
HSL color Cylindrical-coordinate representation of color #AEAF2D: hue angle of 60.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEAF2D is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 175 | 45 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.31 |
| HSL | 60.46º | 0.59% | 0.43% | - |
| HSV(B) | 60.46º | 0.74% | 0.69% | - |
| XYZ | 33.26 | 39.85 | 8.42 | - |
| YUV | 159.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 45 | 0.01 | 0 | 0.74 | 0.31 | 60.46 | 0.59 | 0.43 |
| Hex | AE | AF | 2D | 1 | 0 | 4A | 1F | 3C | 3B | 2B |
| Octal | 256 | 257 | 55 | 1 | 0 | 112 | 37 | 74 | 73 | 53 |
| Binary | 10101110 | 10101111 | 101101 | 1 | 0 | 1001010 | 11111 | 111100 | 111011 | 101011 |
Color Harmonies of #AEAF2D
Complementary color
Monochromatic Colors of #AEAF2D
Black with #AEAF2D
Text Example
Text Example
White with #AEAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAF2D; }
p { color: rgb(174,175,45); }
H1.HeaderClassName
{
color: #AEAF2D;
}
.AnyTagClassName
{
color: #AEAF2D;
}
</style>
background-color css
<style>
a { background-color: #AEAF2D; }
a { background-color: rgb(174,175,45); }
div.DivClassName
{
background-color: #AEAF2D;
}
.BgClassName
{
background-color: #AEAF2D;
}
</style>
border-color css
<style>
span { border-color: #AEAF2D; }
span { border-color: rgb(174,175,45); }
td.TdClassName
{
border-color: #AEAF2D;
}
.TagClassName
{
border-color: #AEAF2D;
}
</style>