Shades of Earls Green #ABAA25
Tints of Earls Green #ABAA25
RGB
CMYK
RGB Variations
Color information
#ABAA25 (or 0xABAA25) is known color: Earls Green. HEX triplet: AB, AA and 25. RGB value is (171,170,37). Sum of RGB (Red+Green+Blue) = 171+170+37=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA25 is #5455DA. Grayscale: #9B9B9B. Windows color (decimal): -5527003 or 2468523. OLE color: 2468523.
HSL color Cylindrical-coordinate representation of color #ABAA25: hue angle of 59.55º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABAA25 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 37 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.33 |
| HSL | 59.55º | 0.64% | 0.41% | - |
| HSV(B) | 59.55º | 0.78% | 0.67% | - |
| XYZ | 31.5 | 37.54 | 7.34 | - |
| YUV | 155.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 37 | 0 | 0.01 | 0.78 | 0.33 | 59.55 | 0.64 | 0.41 |
| Hex | AB | AA | 25 | 0 | 1 | 4E | 21 | 3C | 40 | 29 |
| Octal | 253 | 252 | 45 | 0 | 1 | 116 | 41 | 74 | 100 | 51 |
| Binary | 10101011 | 10101010 | 100101 | 0 | 1 | 1001110 | 100001 | 111100 | 1000000 | 101001 |
Color Harmonies of #ABAA25
Complementary color
Monochromatic Colors of #ABAA25
Black with #ABAA25
Text Example
Text Example
White with #ABAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA25; }
p { color: rgb(171,170,37); }
H1.HeaderClassName
{
color: #ABAA25;
}
.AnyTagClassName
{
color: #ABAA25;
}
</style>
background-color css
<style>
a { background-color: #ABAA25; }
a { background-color: rgb(171,170,37); }
div.DivClassName
{
background-color: #ABAA25;
}
.BgClassName
{
background-color: #ABAA25;
}
</style>
border-color css
<style>
span { border-color: #ABAA25; }
span { border-color: rgb(171,170,37); }
td.TdClassName
{
border-color: #ABAA25;
}
.TagClassName
{
border-color: #ABAA25;
}
</style>