Shades of Earls Green #ABAC15
Tints of Earls Green #ABAC15
RGB
CMYK
RGB Variations
Color information
#ABAC15 (or 0xABAC15) is known color: Earls Green. HEX triplet: AB, AC and 15. RGB value is (171,172,21). Sum of RGB (Red+Green+Blue) = 171+172+21=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC15 is #5453EA. Grayscale: #9B9B9B. Windows color (decimal): -5526507 or 1420459. OLE color: 1420459.
HSL color Cylindrical-coordinate representation of color #ABAC15: hue angle of 60.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABAC15 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 21 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.33 |
| HSL | 60.4º | 0.78% | 0.38% | - |
| HSV(B) | 60.4º | 0.88% | 0.67% | - |
| XYZ | 31.68 | 38.22 | 6.42 | - |
| YUV | 154.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 21 | 0.01 | 0 | 0.88 | 0.33 | 60.4 | 0.78 | 0.38 |
| Hex | AB | AC | 15 | 1 | 0 | 58 | 21 | 3C | 4E | 26 |
| Octal | 253 | 254 | 25 | 1 | 0 | 130 | 41 | 74 | 116 | 46 |
| Binary | 10101011 | 10101100 | 10101 | 1 | 0 | 1011000 | 100001 | 111100 | 1001110 | 100110 |
Color Harmonies of #ABAC15
Complementary color
Monochromatic Colors of #ABAC15
Black with #ABAC15
Text Example
Text Example
White with #ABAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC15; }
p { color: rgb(171,172,21); }
H1.HeaderClassName
{
color: #ABAC15;
}
.AnyTagClassName
{
color: #ABAC15;
}
</style>
background-color css
<style>
a { background-color: #ABAC15; }
a { background-color: rgb(171,172,21); }
div.DivClassName
{
background-color: #ABAC15;
}
.BgClassName
{
background-color: #ABAC15;
}
</style>
border-color css
<style>
span { border-color: #ABAC15; }
span { border-color: rgb(171,172,21); }
td.TdClassName
{
border-color: #ABAC15;
}
.TagClassName
{
border-color: #ABAC15;
}
</style>