Shades of Earls Green #AFAE18
Tints of Earls Green #AFAE18
RGB
CMYK
RGB Variations
Color information
#AFAE18 (or 0xAFAE18) is known color: Earls Green. HEX triplet: AF, AE and 18. RGB value is (175,174,24). Sum of RGB (Red+Green+Blue) = 175+174+24=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE18 is #5051E7. Grayscale: #9D9D9D. Windows color (decimal): -5263848 or 1617583. OLE color: 1617583.
HSL color Cylindrical-coordinate representation of color #AFAE18: hue angle of 59.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFAE18 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 24 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.31 |
| HSL | 59.6º | 0.76% | 0.39% | - |
| HSV(B) | 59.6º | 0.86% | 0.69% | - |
| XYZ | 32.98 | 39.45 | 6.74 | - |
| YUV | 157.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 24 | 0 | 0.01 | 0.86 | 0.31 | 59.6 | 0.76 | 0.39 |
| Hex | AF | AE | 18 | 0 | 1 | 56 | 1F | 3C | 4C | 27 |
| Octal | 257 | 256 | 30 | 0 | 1 | 126 | 37 | 74 | 114 | 47 |
| Binary | 10101111 | 10101110 | 11000 | 0 | 1 | 1010110 | 11111 | 111100 | 1001100 | 100111 |
Color Harmonies of #AFAE18
Complementary color
Monochromatic Colors of #AFAE18
Black with #AFAE18
Text Example
Text Example
White with #AFAE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE18; }
p { color: rgb(175,174,24); }
H1.HeaderClassName
{
color: #AFAE18;
}
.AnyTagClassName
{
color: #AFAE18;
}
</style>
background-color css
<style>
a { background-color: #AFAE18; }
a { background-color: rgb(175,174,24); }
div.DivClassName
{
background-color: #AFAE18;
}
.BgClassName
{
background-color: #AFAE18;
}
</style>
border-color css
<style>
span { border-color: #AFAE18; }
span { border-color: rgb(175,174,24); }
td.TdClassName
{
border-color: #AFAE18;
}
.TagClassName
{
border-color: #AFAE18;
}
</style>