Shades of Earls Green #AFB42C
Tints of Earls Green #AFB42C
RGB
CMYK
RGB Variations
Color information
#AFB42C (or 0xAFB42C) is known color: Earls Green. HEX triplet: AF, B4 and 2C. RGB value is (175,180,44). Sum of RGB (Red+Green+Blue) = 175+180+44=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB42C is #504BD3. Grayscale: #A3A3A3. Windows color (decimal): -5262292 or 2929839. OLE color: 2929839.
HSL color Cylindrical-coordinate representation of color #AFB42C: hue angle of 62.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFB42C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 44 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.29 |
| HSL | 62.21º | 0.61% | 0.44% | - |
| HSV(B) | 62.21º | 0.76% | 0.71% | - |
| XYZ | 34.46 | 41.94 | 8.66 | - |
| YUV | 163 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 44 | 0.03 | 0 | 0.76 | 0.29 | 62.21 | 0.61 | 0.44 |
| Hex | AF | B4 | 2C | 3 | 0 | 4C | 1D | 3E | 3D | 2C |
| Octal | 257 | 264 | 54 | 3 | 0 | 114 | 35 | 76 | 75 | 54 |
| Binary | 10101111 | 10110100 | 101100 | 11 | 0 | 1001100 | 11101 | 111110 | 111101 | 101100 |
Color Harmonies of #AFB42C
Complementary color
Monochromatic Colors of #AFB42C
Black with #AFB42C
Text Example
Text Example
White with #AFB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB42C; }
p { color: rgb(175,180,44); }
H1.HeaderClassName
{
color: #AFB42C;
}
.AnyTagClassName
{
color: #AFB42C;
}
</style>
background-color css
<style>
a { background-color: #AFB42C; }
a { background-color: rgb(175,180,44); }
div.DivClassName
{
background-color: #AFB42C;
}
.BgClassName
{
background-color: #AFB42C;
}
</style>
border-color css
<style>
span { border-color: #AFB42C; }
span { border-color: rgb(175,180,44); }
td.TdClassName
{
border-color: #AFB42C;
}
.TagClassName
{
border-color: #AFB42C;
}
</style>