Shades of Earls Green #A8AD2C
Tints of Earls Green #A8AD2C
RGB
CMYK
RGB Variations
Color information
#A8AD2C (or 0xA8AD2C) is known color: Earls Green. HEX triplet: A8, AD and 2C. RGB value is (168,173,44). Sum of RGB (Red+Green+Blue) = 168+173+44=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD2C is #5752D3. Grayscale: #9D9D9D. Windows color (decimal): -5722836 or 2928040. OLE color: 2928040.
HSL color Cylindrical-coordinate representation of color #A8AD2C: hue angle of 62.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8AD2C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 44 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.32 |
| HSL | 62.33º | 0.59% | 0.43% | - |
| HSV(B) | 62.33º | 0.75% | 0.68% | - |
| XYZ | 31.55 | 38.39 | 8.13 | - |
| YUV | 156.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 44 | 0.03 | 0 | 0.75 | 0.32 | 62.33 | 0.59 | 0.43 |
| Hex | A8 | AD | 2C | 3 | 0 | 4B | 20 | 3E | 3B | 2B |
| Octal | 250 | 255 | 54 | 3 | 0 | 113 | 40 | 76 | 73 | 53 |
| Binary | 10101000 | 10101101 | 101100 | 11 | 0 | 1001011 | 100000 | 111110 | 111011 | 101011 |
Color Harmonies of #A8AD2C
Complementary color
Monochromatic Colors of #A8AD2C
Black with #A8AD2C
Text Example
Text Example
White with #A8AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD2C; }
p { color: rgb(168,173,44); }
H1.HeaderClassName
{
color: #A8AD2C;
}
.AnyTagClassName
{
color: #A8AD2C;
}
</style>
background-color css
<style>
a { background-color: #A8AD2C; }
a { background-color: rgb(168,173,44); }
div.DivClassName
{
background-color: #A8AD2C;
}
.BgClassName
{
background-color: #A8AD2C;
}
</style>
border-color css
<style>
span { border-color: #A8AD2C; }
span { border-color: rgb(168,173,44); }
td.TdClassName
{
border-color: #A8AD2C;
}
.TagClassName
{
border-color: #A8AD2C;
}
</style>