Shades of Earls Green #AFB024
Tints of Earls Green #AFB024
RGB
CMYK
RGB Variations
Color information
#AFB024 (or 0xAFB024) is known color: Earls Green. HEX triplet: AF, B0 and 24. RGB value is (175,176,36). Sum of RGB (Red+Green+Blue) = 175+176+36=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB024 is #504FDB. Grayscale: #A0A0A0. Windows color (decimal): -5263324 or 2404527. OLE color: 2404527.
HSL color Cylindrical-coordinate representation of color #AFB024: hue angle of 60.43º 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 #AFB024 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 36 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.31 |
| HSL | 60.43º | 0.66% | 0.42% | - |
| HSV(B) | 60.43º | 0.8% | 0.69% | - |
| XYZ | 33.52 | 40.29 | 7.68 | - |
| YUV | 159.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 36 | 0.01 | 0 | 0.80 | 0.31 | 60.43 | 0.66 | 0.42 |
| Hex | AF | B0 | 24 | 1 | 0 | 50 | 1F | 3C | 42 | 2A |
| Octal | 257 | 260 | 44 | 1 | 0 | 120 | 37 | 74 | 102 | 52 |
| Binary | 10101111 | 10110000 | 100100 | 1 | 0 | 1010000 | 11111 | 111100 | 1000010 | 101010 |
Color Harmonies of #AFB024
Complementary color
Monochromatic Colors of #AFB024
Black with #AFB024
Text Example
Text Example
White with #AFB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB024; }
p { color: rgb(175,176,36); }
H1.HeaderClassName
{
color: #AFB024;
}
.AnyTagClassName
{
color: #AFB024;
}
</style>
background-color css
<style>
a { background-color: #AFB024; }
a { background-color: rgb(175,176,36); }
div.DivClassName
{
background-color: #AFB024;
}
.BgClassName
{
background-color: #AFB024;
}
</style>
border-color css
<style>
span { border-color: #AFB024; }
span { border-color: rgb(175,176,36); }
td.TdClassName
{
border-color: #AFB024;
}
.TagClassName
{
border-color: #AFB024;
}
</style>