Shades of Earls Green #A8AD28
Tints of Earls Green #A8AD28
RGB
CMYK
RGB Variations
Color information
#A8AD28 (or 0xA8AD28) is known color: Earls Green. HEX triplet: A8, AD and 28. RGB value is (168,173,40). Sum of RGB (Red+Green+Blue) = 168+173+40=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD28 is #5752D7. Grayscale: #9C9C9C. Windows color (decimal): -5722840 or 2665896. OLE color: 2665896.
HSL color Cylindrical-coordinate representation of color #A8AD28: hue angle of 62.26º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8AD28 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 40 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.32 |
| HSL | 62.26º | 0.62% | 0.42% | - |
| HSV(B) | 62.26º | 0.77% | 0.68% | - |
| XYZ | 31.48 | 38.37 | 7.75 | - |
| YUV | 156.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 40 | 0.03 | 0 | 0.77 | 0.32 | 62.26 | 0.62 | 0.42 |
| Hex | A8 | AD | 28 | 3 | 0 | 4D | 20 | 3E | 3E | 2A |
| Octal | 250 | 255 | 50 | 3 | 0 | 115 | 40 | 76 | 76 | 52 |
| Binary | 10101000 | 10101101 | 101000 | 11 | 0 | 1001101 | 100000 | 111110 | 111110 | 101010 |
Color Harmonies of #A8AD28
Complementary color
Monochromatic Colors of #A8AD28
Black with #A8AD28
Text Example
Text Example
White with #A8AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD28; }
p { color: rgb(168,173,40); }
H1.HeaderClassName
{
color: #A8AD28;
}
.AnyTagClassName
{
color: #A8AD28;
}
</style>
background-color css
<style>
a { background-color: #A8AD28; }
a { background-color: rgb(168,173,40); }
div.DivClassName
{
background-color: #A8AD28;
}
.BgClassName
{
background-color: #A8AD28;
}
</style>
border-color css
<style>
span { border-color: #A8AD28; }
span { border-color: rgb(168,173,40); }
td.TdClassName
{
border-color: #A8AD28;
}
.TagClassName
{
border-color: #A8AD28;
}
</style>