Shades of Earls Green #AFB129
Tints of Earls Green #AFB129
RGB
CMYK
RGB Variations
Color information
#AFB129 (or 0xAFB129) is known color: Earls Green. HEX triplet: AF, B1 and 29. RGB value is (175,177,41). Sum of RGB (Red+Green+Blue) = 175+177+41=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB129 is #504ED6. Grayscale: #A1A1A1. Windows color (decimal): -5263063 or 2732463. OLE color: 2732463.
HSL color Cylindrical-coordinate representation of color #AFB129: hue angle of 60.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFB129 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 41 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.31 |
| HSL | 60.88º | 0.62% | 0.43% | - |
| HSV(B) | 60.88º | 0.77% | 0.69% | - |
| XYZ | 33.8 | 40.72 | 8.18 | - |
| YUV | 160.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 41 | 0.01 | 0 | 0.77 | 0.31 | 60.88 | 0.62 | 0.43 |
| Hex | AF | B1 | 29 | 1 | 0 | 4D | 1F | 3D | 3E | 2B |
| Octal | 257 | 261 | 51 | 1 | 0 | 115 | 37 | 75 | 76 | 53 |
| Binary | 10101111 | 10110001 | 101001 | 1 | 0 | 1001101 | 11111 | 111101 | 111110 | 101011 |
Color Harmonies of #AFB129
Complementary color
Monochromatic Colors of #AFB129
Black with #AFB129
Text Example
Text Example
White with #AFB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB129; }
p { color: rgb(175,177,41); }
H1.HeaderClassName
{
color: #AFB129;
}
.AnyTagClassName
{
color: #AFB129;
}
</style>
background-color css
<style>
a { background-color: #AFB129; }
a { background-color: rgb(175,177,41); }
div.DivClassName
{
background-color: #AFB129;
}
.BgClassName
{
background-color: #AFB129;
}
</style>
border-color css
<style>
span { border-color: #AFB129; }
span { border-color: rgb(175,177,41); }
td.TdClassName
{
border-color: #AFB129;
}
.TagClassName
{
border-color: #AFB129;
}
</style>