Shades of Earls Green #A8AB2D
Tints of Earls Green #A8AB2D
RGB
CMYK
RGB Variations
Color information
#A8AB2D (or 0xA8AB2D) is known color: Earls Green. HEX triplet: A8, AB and 2D. RGB value is (168,171,45). Sum of RGB (Red+Green+Blue) = 168+171+45=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB2D is #5754D2. Grayscale: #9C9C9C. Windows color (decimal): -5723347 or 2993064. OLE color: 2993064.
HSL color Cylindrical-coordinate representation of color #A8AB2D: hue angle of 61.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8AB2D is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 45 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.33 |
| HSL | 61.43º | 0.58% | 0.42% | - |
| HSV(B) | 61.43º | 0.74% | 0.67% | - |
| XYZ | 31.19 | 37.64 | 8.1 | - |
| YUV | 155.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 45 | 0.02 | 0 | 0.74 | 0.33 | 61.43 | 0.58 | 0.42 |
| Hex | A8 | AB | 2D | 2 | 0 | 4A | 21 | 3D | 3A | 2A |
| Octal | 250 | 253 | 55 | 2 | 0 | 112 | 41 | 75 | 72 | 52 |
| Binary | 10101000 | 10101011 | 101101 | 10 | 0 | 1001010 | 100001 | 111101 | 111010 | 101010 |
Color Harmonies of #A8AB2D
Complementary color
Monochromatic Colors of #A8AB2D
Black with #A8AB2D
Text Example
Text Example
White with #A8AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB2D; }
p { color: rgb(168,171,45); }
H1.HeaderClassName
{
color: #A8AB2D;
}
.AnyTagClassName
{
color: #A8AB2D;
}
</style>
background-color css
<style>
a { background-color: #A8AB2D; }
a { background-color: rgb(168,171,45); }
div.DivClassName
{
background-color: #A8AB2D;
}
.BgClassName
{
background-color: #A8AB2D;
}
</style>
border-color css
<style>
span { border-color: #A8AB2D; }
span { border-color: rgb(168,171,45); }
td.TdClassName
{
border-color: #A8AB2D;
}
.TagClassName
{
border-color: #A8AB2D;
}
</style>