Shades of Earls Green #A8AD24
Tints of Earls Green #A8AD24
RGB
CMYK
RGB Variations
Color information
#A8AD24 (or 0xA8AD24) is known color: Earls Green. HEX triplet: A8, AD and 24. RGB value is (168,173,36). Sum of RGB (Red+Green+Blue) = 168+173+36=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD24 is #5752DB. Grayscale: #9C9C9C. Windows color (decimal): -5722844 or 2403752. OLE color: 2403752.
HSL color Cylindrical-coordinate representation of color #A8AD24: hue angle of 62.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8AD24 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 36 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.32 |
| HSL | 62.19º | 0.66% | 0.41% | - |
| HSV(B) | 62.19º | 0.79% | 0.68% | - |
| XYZ | 31.41 | 38.34 | 7.41 | - |
| YUV | 155.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 36 | 0.03 | 0 | 0.79 | 0.32 | 62.19 | 0.66 | 0.41 |
| Hex | A8 | AD | 24 | 3 | 0 | 4F | 20 | 3E | 42 | 29 |
| Octal | 250 | 255 | 44 | 3 | 0 | 117 | 40 | 76 | 102 | 51 |
| Binary | 10101000 | 10101101 | 100100 | 11 | 0 | 1001111 | 100000 | 111110 | 1000010 | 101001 |
Color Harmonies of #A8AD24
Complementary color
Monochromatic Colors of #A8AD24
Black with #A8AD24
Text Example
Text Example
White with #A8AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD24; }
p { color: rgb(168,173,36); }
H1.HeaderClassName
{
color: #A8AD24;
}
.AnyTagClassName
{
color: #A8AD24;
}
</style>
background-color css
<style>
a { background-color: #A8AD24; }
a { background-color: rgb(168,173,36); }
div.DivClassName
{
background-color: #A8AD24;
}
.BgClassName
{
background-color: #A8AD24;
}
</style>
border-color css
<style>
span { border-color: #A8AD24; }
span { border-color: rgb(168,173,36); }
td.TdClassName
{
border-color: #A8AD24;
}
.TagClassName
{
border-color: #A8AD24;
}
</style>