Shades of Earls Green #AFB11E
Tints of Earls Green #AFB11E
RGB
CMYK
RGB Variations
Color information
#AFB11E (or 0xAFB11E) is known color: Earls Green. HEX triplet: AF, B1 and 1E. RGB value is (175,177,30). Sum of RGB (Red+Green+Blue) = 175+177+30=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB11E is #504EE1. Grayscale: #A0A0A0. Windows color (decimal): -5263074 or 2011567. OLE color: 2011567.
HSL color Cylindrical-coordinate representation of color #AFB11E: hue angle of 60.82º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFB11E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 30 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.31 |
| HSL | 60.82º | 0.71% | 0.41% | - |
| HSV(B) | 60.82º | 0.83% | 0.69% | - |
| XYZ | 33.64 | 40.65 | 7.3 | - |
| YUV | 159.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 30 | 0.01 | 0 | 0.83 | 0.31 | 60.82 | 0.71 | 0.41 |
| Hex | AF | B1 | 1E | 1 | 0 | 53 | 1F | 3D | 47 | 29 |
| Octal | 257 | 261 | 36 | 1 | 0 | 123 | 37 | 75 | 107 | 51 |
| Binary | 10101111 | 10110001 | 11110 | 1 | 0 | 1010011 | 11111 | 111101 | 1000111 | 101001 |
Color Harmonies of #AFB11E
Complementary color
Monochromatic Colors of #AFB11E
Black with #AFB11E
Text Example
Text Example
White with #AFB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB11E; }
p { color: rgb(175,177,30); }
H1.HeaderClassName
{
color: #AFB11E;
}
.AnyTagClassName
{
color: #AFB11E;
}
</style>
background-color css
<style>
a { background-color: #AFB11E; }
a { background-color: rgb(175,177,30); }
div.DivClassName
{
background-color: #AFB11E;
}
.BgClassName
{
background-color: #AFB11E;
}
</style>
border-color css
<style>
span { border-color: #AFB11E; }
span { border-color: rgb(175,177,30); }
td.TdClassName
{
border-color: #AFB11E;
}
.TagClassName
{
border-color: #AFB11E;
}
</style>