Shades of Earls Green #ABAC30
Tints of Earls Green #ABAC30
RGB
CMYK
RGB Variations
Color information
#ABAC30 (or 0xABAC30) is known color: Earls Green. HEX triplet: AB, AC and 30. RGB value is (171,172,48). Sum of RGB (Red+Green+Blue) = 171+172+48=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC30 is #5453CF. Grayscale: #9E9E9E. Windows color (decimal): -5526480 or 3189931. OLE color: 3189931.
HSL color Cylindrical-coordinate representation of color #ABAC30: hue angle of 60.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABAC30 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 48 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.33 |
| HSL | 60.48º | 0.56% | 0.43% | - |
| HSV(B) | 60.48º | 0.72% | 0.67% | - |
| XYZ | 32.08 | 38.38 | 8.51 | - |
| YUV | 157.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 48 | 0.01 | 0 | 0.72 | 0.33 | 60.48 | 0.56 | 0.43 |
| Hex | AB | AC | 30 | 1 | 0 | 48 | 21 | 3C | 38 | 2B |
| Octal | 253 | 254 | 60 | 1 | 0 | 110 | 41 | 74 | 70 | 53 |
| Binary | 10101011 | 10101100 | 110000 | 1 | 0 | 1001000 | 100001 | 111100 | 111000 | 101011 |
Color Harmonies of #ABAC30
Complementary color
Monochromatic Colors of #ABAC30
Black with #ABAC30
Text Example
Text Example
White with #ABAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC30; }
p { color: rgb(171,172,48); }
H1.HeaderClassName
{
color: #ABAC30;
}
.AnyTagClassName
{
color: #ABAC30;
}
</style>
background-color css
<style>
a { background-color: #ABAC30; }
a { background-color: rgb(171,172,48); }
div.DivClassName
{
background-color: #ABAC30;
}
.BgClassName
{
background-color: #ABAC30;
}
</style>
border-color css
<style>
span { border-color: #ABAC30; }
span { border-color: rgb(171,172,48); }
td.TdClassName
{
border-color: #ABAC30;
}
.TagClassName
{
border-color: #ABAC30;
}
</style>