Shades of Earls Green #A8AD21
Tints of Earls Green #A8AD21
RGB
CMYK
RGB Variations
Color information
#A8AD21 (or 0xA8AD21) is known color: Earls Green. HEX triplet: A8, AD and 21. RGB value is (168,173,33). Sum of RGB (Red+Green+Blue) = 168+173+33=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD21 is #5752DE. Grayscale: #9C9C9C. Windows color (decimal): -5722847 or 2207144. OLE color: 2207144.
HSL color Cylindrical-coordinate representation of color #A8AD21: hue angle of 62.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8AD21 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 33 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.32 |
| HSL | 62.14º | 0.68% | 0.4% | - |
| HSV(B) | 62.14º | 0.81% | 0.68% | - |
| XYZ | 31.37 | 38.32 | 7.18 | - |
| YUV | 155.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 33 | 0.03 | 0 | 0.81 | 0.32 | 62.14 | 0.68 | 0.4 |
| Hex | A8 | AD | 21 | 3 | 0 | 51 | 20 | 3E | 44 | 28 |
| Octal | 250 | 255 | 41 | 3 | 0 | 121 | 40 | 76 | 104 | 50 |
| Binary | 10101000 | 10101101 | 100001 | 11 | 0 | 1010001 | 100000 | 111110 | 1000100 | 101000 |
Color Harmonies of #A8AD21
Complementary color
Monochromatic Colors of #A8AD21
Black with #A8AD21
Text Example
Text Example
White with #A8AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD21; }
p { color: rgb(168,173,33); }
H1.HeaderClassName
{
color: #A8AD21;
}
.AnyTagClassName
{
color: #A8AD21;
}
</style>
background-color css
<style>
a { background-color: #A8AD21; }
a { background-color: rgb(168,173,33); }
div.DivClassName
{
background-color: #A8AD21;
}
.BgClassName
{
background-color: #A8AD21;
}
</style>
border-color css
<style>
span { border-color: #A8AD21; }
span { border-color: rgb(168,173,33); }
td.TdClassName
{
border-color: #A8AD21;
}
.TagClassName
{
border-color: #A8AD21;
}
</style>