Shades of Earls Green #A5AB25
Tints of Earls Green #A5AB25
RGB
CMYK
RGB Variations
Color information
#A5AB25 (or 0xA5AB25) is known color: Earls Green. HEX triplet: A5, AB and 25. RGB value is (165,171,37). Sum of RGB (Red+Green+Blue) = 165+171+37=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB25 is #5A54DA. Grayscale: #9A9A9A. Windows color (decimal): -5919963 or 2468773. OLE color: 2468773.
HSL color Cylindrical-coordinate representation of color #A5AB25: hue angle of 62.69º 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 #A5AB25 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 37 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.33 |
| HSL | 62.69º | 0.64% | 0.41% | - |
| HSV(B) | 62.69º | 0.78% | 0.67% | - |
| XYZ | 30.41 | 37.26 | 7.34 | - |
| YUV | 153.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 37 | 0.04 | 0 | 0.78 | 0.33 | 62.69 | 0.64 | 0.41 |
| Hex | A5 | AB | 25 | 4 | 0 | 4E | 21 | 3F | 40 | 29 |
| Octal | 245 | 253 | 45 | 4 | 0 | 116 | 41 | 77 | 100 | 51 |
| Binary | 10100101 | 10101011 | 100101 | 100 | 0 | 1001110 | 100001 | 111111 | 1000000 | 101001 |
Color Harmonies of #A5AB25
Complementary color
Monochromatic Colors of #A5AB25
Black with #A5AB25
Text Example
Text Example
White with #A5AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB25; }
p { color: rgb(165,171,37); }
H1.HeaderClassName
{
color: #A5AB25;
}
.AnyTagClassName
{
color: #A5AB25;
}
</style>
background-color css
<style>
a { background-color: #A5AB25; }
a { background-color: rgb(165,171,37); }
div.DivClassName
{
background-color: #A5AB25;
}
.BgClassName
{
background-color: #A5AB25;
}
</style>
border-color css
<style>
span { border-color: #A5AB25; }
span { border-color: rgb(165,171,37); }
td.TdClassName
{
border-color: #A5AB25;
}
.TagClassName
{
border-color: #A5AB25;
}
</style>