Shades of Earls Green #AFA81C
Tints of Earls Green #AFA81C
RGB
CMYK
RGB Variations
Color information
#AFA81C (or 0xAFA81C) is known color: Earls Green. HEX triplet: AF, A8 and 1C. RGB value is (175,168,28). Sum of RGB (Red+Green+Blue) = 175+168+28=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA81C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA81C is #5057E3. Grayscale: #9A9A9A. Windows color (decimal): -5265380 or 1878191. OLE color: 1878191.
HSL color Cylindrical-coordinate representation of color #AFA81C: hue angle of 57.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFA81C is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 28 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.31 |
| HSL | 57.14º | 0.72% | 0.4% | - |
| HSV(B) | 57.14º | 0.84% | 0.69% | - |
| XYZ | 31.89 | 37.2 | 6.6 | - |
| YUV | 154.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 28 | 0 | 0.04 | 0.84 | 0.31 | 57.14 | 0.72 | 0.4 |
| Hex | AF | A8 | 1C | 0 | 4 | 54 | 1F | 39 | 48 | 28 |
| Octal | 257 | 250 | 34 | 0 | 4 | 124 | 37 | 71 | 110 | 50 |
| Binary | 10101111 | 10101000 | 11100 | 0 | 100 | 1010100 | 11111 | 111001 | 1001000 | 101000 |
Color Harmonies of #AFA81C
Complementary color
Monochromatic Colors of #AFA81C
Black with #AFA81C
Text Example
Text Example
White with #AFA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA81C; }
p { color: rgb(175,168,28); }
H1.HeaderClassName
{
color: #AFA81C;
}
.AnyTagClassName
{
color: #AFA81C;
}
</style>
background-color css
<style>
a { background-color: #AFA81C; }
a { background-color: rgb(175,168,28); }
div.DivClassName
{
background-color: #AFA81C;
}
.BgClassName
{
background-color: #AFA81C;
}
</style>
border-color css
<style>
span { border-color: #AFA81C; }
span { border-color: rgb(175,168,28); }
td.TdClassName
{
border-color: #AFA81C;
}
.TagClassName
{
border-color: #AFA81C;
}
</style>