Shades of Earls Green #AFA919
Tints of Earls Green #AFA919
RGB
CMYK
RGB Variations
Color information
#AFA919 (or 0xAFA919) is known color: Earls Green. HEX triplet: AF, A9 and 19. RGB value is (175,169,25). Sum of RGB (Red+Green+Blue) = 175+169+25=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA919 is #5056E6. Grayscale: #9A9A9A. Windows color (decimal): -5265127 or 1681839. OLE color: 1681839.
HSL color Cylindrical-coordinate representation of color #AFA919: hue angle of 57.6º degrees, saturation: 0.75, 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 #AFA919 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 25 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.31 |
| HSL | 57.6º | 0.75% | 0.39% | - |
| HSV(B) | 57.6º | 0.86% | 0.69% | - |
| XYZ | 32.04 | 37.56 | 6.48 | - |
| YUV | 154.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 25 | 0 | 0.03 | 0.86 | 0.31 | 57.6 | 0.75 | 0.39 |
| Hex | AF | A9 | 19 | 0 | 3 | 56 | 1F | 3A | 4B | 27 |
| Octal | 257 | 251 | 31 | 0 | 3 | 126 | 37 | 72 | 113 | 47 |
| Binary | 10101111 | 10101001 | 11001 | 0 | 11 | 1010110 | 11111 | 111010 | 1001011 | 100111 |
Color Harmonies of #AFA919
Complementary color
Monochromatic Colors of #AFA919
Black with #AFA919
Text Example
Text Example
White with #AFA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA919; }
p { color: rgb(175,169,25); }
H1.HeaderClassName
{
color: #AFA919;
}
.AnyTagClassName
{
color: #AFA919;
}
</style>
background-color css
<style>
a { background-color: #AFA919; }
a { background-color: rgb(175,169,25); }
div.DivClassName
{
background-color: #AFA919;
}
.BgClassName
{
background-color: #AFA919;
}
</style>
border-color css
<style>
span { border-color: #AFA919; }
span { border-color: rgb(175,169,25); }
td.TdClassName
{
border-color: #AFA919;
}
.TagClassName
{
border-color: #AFA919;
}
</style>