Shades of Earls Green #A8AB1C
Tints of Earls Green #A8AB1C
RGB
CMYK
RGB Variations
Color information
#A8AB1C (or 0xA8AB1C) is known color: Earls Green. HEX triplet: A8, AB and 1C. RGB value is (168,171,28). Sum of RGB (Red+Green+Blue) = 168+171+28=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB1C is #5754E3. Grayscale: #9A9A9A. Windows color (decimal): -5723364 or 1878952. OLE color: 1878952.
HSL color Cylindrical-coordinate representation of color #A8AB1C: hue angle of 61.26º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8AB1C is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 28 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.33 |
| HSL | 61.26º | 0.72% | 0.39% | - |
| HSV(B) | 61.26º | 0.84% | 0.67% | - |
| XYZ | 30.92 | 37.53 | 6.71 | - |
| YUV | 153.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 28 | 0.02 | 0 | 0.84 | 0.33 | 61.26 | 0.72 | 0.39 |
| Hex | A8 | AB | 1C | 2 | 0 | 54 | 21 | 3D | 48 | 27 |
| Octal | 250 | 253 | 34 | 2 | 0 | 124 | 41 | 75 | 110 | 47 |
| Binary | 10101000 | 10101011 | 11100 | 10 | 0 | 1010100 | 100001 | 111101 | 1001000 | 100111 |
Color Harmonies of #A8AB1C
Complementary color
Monochromatic Colors of #A8AB1C
Black with #A8AB1C
Text Example
Text Example
White with #A8AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB1C; }
p { color: rgb(168,171,28); }
H1.HeaderClassName
{
color: #A8AB1C;
}
.AnyTagClassName
{
color: #A8AB1C;
}
</style>
background-color css
<style>
a { background-color: #A8AB1C; }
a { background-color: rgb(168,171,28); }
div.DivClassName
{
background-color: #A8AB1C;
}
.BgClassName
{
background-color: #A8AB1C;
}
</style>
border-color css
<style>
span { border-color: #A8AB1C; }
span { border-color: rgb(168,171,28); }
td.TdClassName
{
border-color: #A8AB1C;
}
.TagClassName
{
border-color: #A8AB1C;
}
</style>