Shades of Earls Green #ABAC16
Tints of Earls Green #ABAC16
RGB
CMYK
RGB Variations
Color information
#ABAC16 (or 0xABAC16) is known color: Earls Green. HEX triplet: AB, AC and 16. RGB value is (171,172,22). Sum of RGB (Red+Green+Blue) = 171+172+22=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC16 is #5453E9. Grayscale: #9B9B9B. Windows color (decimal): -5526506 or 1485995. OLE color: 1485995.
HSL color Cylindrical-coordinate representation of color #ABAC16: hue angle of 60.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABAC16 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 22 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.33 |
| HSL | 60.4º | 0.77% | 0.38% | - |
| HSV(B) | 60.4º | 0.87% | 0.67% | - |
| XYZ | 31.69 | 38.22 | 6.47 | - |
| YUV | 154.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 22 | 0.01 | 0 | 0.87 | 0.33 | 60.4 | 0.77 | 0.38 |
| Hex | AB | AC | 16 | 1 | 0 | 57 | 21 | 3C | 4D | 26 |
| Octal | 253 | 254 | 26 | 1 | 0 | 127 | 41 | 74 | 115 | 46 |
| Binary | 10101011 | 10101100 | 10110 | 1 | 0 | 1010111 | 100001 | 111100 | 1001101 | 100110 |
Color Harmonies of #ABAC16
Complementary color
Monochromatic Colors of #ABAC16
Black with #ABAC16
Text Example
Text Example
White with #ABAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC16; }
p { color: rgb(171,172,22); }
H1.HeaderClassName
{
color: #ABAC16;
}
.AnyTagClassName
{
color: #ABAC16;
}
</style>
background-color css
<style>
a { background-color: #ABAC16; }
a { background-color: rgb(171,172,22); }
div.DivClassName
{
background-color: #ABAC16;
}
.BgClassName
{
background-color: #ABAC16;
}
</style>
border-color css
<style>
span { border-color: #ABAC16; }
span { border-color: rgb(171,172,22); }
td.TdClassName
{
border-color: #ABAC16;
}
.TagClassName
{
border-color: #ABAC16;
}
</style>