Shades of Earls Green #AFA915
Tints of Earls Green #AFA915
RGB
CMYK
RGB Variations
Color information
#AFA915 (or 0xAFA915) is known color: Earls Green. HEX triplet: AF, A9 and 15. RGB value is (175,169,21). Sum of RGB (Red+Green+Blue) = 175+169+21=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA915 is #5056EA. Grayscale: #9A9A9A. Windows color (decimal): -5265131 or 1419695. OLE color: 1419695.
HSL color Cylindrical-coordinate representation of color #AFA915: hue angle of 57.66º 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 #AFA915 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 21 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.31 |
| HSL | 57.66º | 0.79% | 0.38% | - |
| HSV(B) | 57.66º | 0.88% | 0.69% | - |
| XYZ | 32 | 37.54 | 6.27 | - |
| YUV | 153.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 21 | 0 | 0.03 | 0.88 | 0.31 | 57.66 | 0.79 | 0.38 |
| Hex | AF | A9 | 15 | 0 | 3 | 58 | 1F | 3A | 4F | 26 |
| Octal | 257 | 251 | 25 | 0 | 3 | 130 | 37 | 72 | 117 | 46 |
| Binary | 10101111 | 10101001 | 10101 | 0 | 11 | 1011000 | 11111 | 111010 | 1001111 | 100110 |
Color Harmonies of #AFA915
Complementary color
Monochromatic Colors of #AFA915
Black with #AFA915
Text Example
Text Example
White with #AFA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA915; }
p { color: rgb(175,169,21); }
H1.HeaderClassName
{
color: #AFA915;
}
.AnyTagClassName
{
color: #AFA915;
}
</style>
background-color css
<style>
a { background-color: #AFA915; }
a { background-color: rgb(175,169,21); }
div.DivClassName
{
background-color: #AFA915;
}
.BgClassName
{
background-color: #AFA915;
}
</style>
border-color css
<style>
span { border-color: #AFA915; }
span { border-color: rgb(175,169,21); }
td.TdClassName
{
border-color: #AFA915;
}
.TagClassName
{
border-color: #AFA915;
}
</style>