Shades of Earls Green #AFB124
Tints of Earls Green #AFB124
RGB
CMYK
RGB Variations
Color information
#AFB124 (or 0xAFB124) is known color: Earls Green. HEX triplet: AF, B1 and 24. RGB value is (175,177,36). Sum of RGB (Red+Green+Blue) = 175+177+36=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB124 is #504EDB. Grayscale: #A0A0A0. Windows color (decimal): -5263068 or 2404783. OLE color: 2404783.
HSL color Cylindrical-coordinate representation of color #AFB124: hue angle of 60.85º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFB124 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 36 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.31 |
| HSL | 60.85º | 0.66% | 0.42% | - |
| HSV(B) | 60.85º | 0.8% | 0.69% | - |
| XYZ | 33.72 | 40.69 | 7.74 | - |
| YUV | 160.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 36 | 0.01 | 0 | 0.80 | 0.31 | 60.85 | 0.66 | 0.42 |
| Hex | AF | B1 | 24 | 1 | 0 | 50 | 1F | 3D | 42 | 2A |
| Octal | 257 | 261 | 44 | 1 | 0 | 120 | 37 | 75 | 102 | 52 |
| Binary | 10101111 | 10110001 | 100100 | 1 | 0 | 1010000 | 11111 | 111101 | 1000010 | 101010 |
Color Harmonies of #AFB124
Complementary color
Monochromatic Colors of #AFB124
Black with #AFB124
Text Example
Text Example
White with #AFB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB124; }
p { color: rgb(175,177,36); }
H1.HeaderClassName
{
color: #AFB124;
}
.AnyTagClassName
{
color: #AFB124;
}
</style>
background-color css
<style>
a { background-color: #AFB124; }
a { background-color: rgb(175,177,36); }
div.DivClassName
{
background-color: #AFB124;
}
.BgClassName
{
background-color: #AFB124;
}
</style>
border-color css
<style>
span { border-color: #AFB124; }
span { border-color: rgb(175,177,36); }
td.TdClassName
{
border-color: #AFB124;
}
.TagClassName
{
border-color: #AFB124;
}
</style>