Shades of Earls Green #AFAF15
Tints of Earls Green #AFAF15
RGB
CMYK
RGB Variations
Color information
#AFAF15 (or 0xAFAF15) is known color: Earls Green. HEX triplet: AF, AF and 15. RGB value is (175,175,21). Sum of RGB (Red+Green+Blue) = 175+175+21=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF15 is #5050EA. Grayscale: #9E9E9E. Windows color (decimal): -5263595 or 1421231. OLE color: 1421231.
HSL color Cylindrical-coordinate representation of color #AFAF15: hue angle of 60º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFAF15 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 21 | - |
| CMYK | 0 | 0 | 0.88 | 0.31 |
| HSL | 60º | 0.79% | 0.38% | - |
| HSV(B) | 60º | 0.88% | 0.69% | - |
| XYZ | 33.14 | 39.83 | 6.65 | - |
| YUV | 157.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 21 | 0 | 0 | 0.88 | 0.31 | 60 | 0.79 | 0.38 |
| Hex | AF | AF | 15 | 0 | 0 | 58 | 1F | 3C | 4F | 26 |
| Octal | 257 | 257 | 25 | 0 | 0 | 130 | 37 | 74 | 117 | 46 |
| Binary | 10101111 | 10101111 | 10101 | 0 | 0 | 1011000 | 11111 | 111100 | 1001111 | 100110 |
Color Harmonies of #AFAF15
Complementary color
Monochromatic Colors of #AFAF15
Black with #AFAF15
Text Example
Text Example
White with #AFAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF15; }
p { color: rgb(175,175,21); }
H1.HeaderClassName
{
color: #AFAF15;
}
.AnyTagClassName
{
color: #AFAF15;
}
</style>
background-color css
<style>
a { background-color: #AFAF15; }
a { background-color: rgb(175,175,21); }
div.DivClassName
{
background-color: #AFAF15;
}
.BgClassName
{
background-color: #AFAF15;
}
</style>
border-color css
<style>
span { border-color: #AFAF15; }
span { border-color: rgb(175,175,21); }
td.TdClassName
{
border-color: #AFAF15;
}
.TagClassName
{
border-color: #AFAF15;
}
</style>