Shades of Earls Green #A8AB1D
Tints of Earls Green #A8AB1D
RGB
CMYK
RGB Variations
Color information
#A8AB1D (or 0xA8AB1D) is known color: Earls Green. HEX triplet: A8, AB and 1D. RGB value is (168,171,29). Sum of RGB (Red+Green+Blue) = 168+171+29=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB1D is #5754E2. Grayscale: #9A9A9A. Windows color (decimal): -5723363 or 1944488. OLE color: 1944488.
HSL color Cylindrical-coordinate representation of color #A8AB1D: hue angle of 61.27º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8AB1D is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 29 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.33 |
| HSL | 61.27º | 0.71% | 0.39% | - |
| HSV(B) | 61.27º | 0.83% | 0.67% | - |
| XYZ | 30.93 | 37.54 | 6.78 | - |
| YUV | 153.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 29 | 0.02 | 0 | 0.83 | 0.33 | 61.27 | 0.71 | 0.39 |
| Hex | A8 | AB | 1D | 2 | 0 | 53 | 21 | 3D | 47 | 27 |
| Octal | 250 | 253 | 35 | 2 | 0 | 123 | 41 | 75 | 107 | 47 |
| Binary | 10101000 | 10101011 | 11101 | 10 | 0 | 1010011 | 100001 | 111101 | 1000111 | 100111 |
Color Harmonies of #A8AB1D
Complementary color
Monochromatic Colors of #A8AB1D
Black with #A8AB1D
Text Example
Text Example
White with #A8AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB1D; }
p { color: rgb(168,171,29); }
H1.HeaderClassName
{
color: #A8AB1D;
}
.AnyTagClassName
{
color: #A8AB1D;
}
</style>
background-color css
<style>
a { background-color: #A8AB1D; }
a { background-color: rgb(168,171,29); }
div.DivClassName
{
background-color: #A8AB1D;
}
.BgClassName
{
background-color: #A8AB1D;
}
</style>
border-color css
<style>
span { border-color: #A8AB1D; }
span { border-color: rgb(168,171,29); }
td.TdClassName
{
border-color: #A8AB1D;
}
.TagClassName
{
border-color: #A8AB1D;
}
</style>