Shades of Earls Green #AFB01C
Tints of Earls Green #AFB01C
RGB
CMYK
RGB Variations
Color information
#AFB01C (or 0xAFB01C) is known color: Earls Green. HEX triplet: AF, B0 and 1C. RGB value is (175,176,28). Sum of RGB (Red+Green+Blue) = 175+176+28=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB01C is #504FE3. Grayscale: #9F9F9F. Windows color (decimal): -5263332 or 1880239. OLE color: 1880239.
HSL color Cylindrical-coordinate representation of color #AFB01C: hue angle of 60.41º degrees, saturation: 0.73, 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 #AFB01C is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 28 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.31 |
| HSL | 60.41º | 0.73% | 0.4% | - |
| HSV(B) | 60.41º | 0.84% | 0.69% | - |
| XYZ | 33.41 | 40.25 | 7.11 | - |
| YUV | 158.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 28 | 0.01 | 0 | 0.84 | 0.31 | 60.41 | 0.73 | 0.4 |
| Hex | AF | B0 | 1C | 1 | 0 | 54 | 1F | 3C | 49 | 28 |
| Octal | 257 | 260 | 34 | 1 | 0 | 124 | 37 | 74 | 111 | 50 |
| Binary | 10101111 | 10110000 | 11100 | 1 | 0 | 1010100 | 11111 | 111100 | 1001001 | 101000 |
Color Harmonies of #AFB01C
Complementary color
Monochromatic Colors of #AFB01C
Black with #AFB01C
Text Example
Text Example
White with #AFB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB01C; }
p { color: rgb(175,176,28); }
H1.HeaderClassName
{
color: #AFB01C;
}
.AnyTagClassName
{
color: #AFB01C;
}
</style>
background-color css
<style>
a { background-color: #AFB01C; }
a { background-color: rgb(175,176,28); }
div.DivClassName
{
background-color: #AFB01C;
}
.BgClassName
{
background-color: #AFB01C;
}
</style>
border-color css
<style>
span { border-color: #AFB01C; }
span { border-color: rgb(175,176,28); }
td.TdClassName
{
border-color: #AFB01C;
}
.TagClassName
{
border-color: #AFB01C;
}
</style>