Shades of Earls Green #A8AC28
Tints of Earls Green #A8AC28
RGB
CMYK
RGB Variations
Color information
#A8AC28 (or 0xA8AC28) is known color: Earls Green. HEX triplet: A8, AC and 28. RGB value is (168,172,40). Sum of RGB (Red+Green+Blue) = 168+172+40=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC28 is #5753D7. Grayscale: #9C9C9C. Windows color (decimal): -5723096 or 2665640. OLE color: 2665640.
HSL color Cylindrical-coordinate representation of color #A8AC28: hue angle of 61.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8AC28 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 40 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.33 |
| HSL | 61.82º | 0.62% | 0.42% | - |
| HSV(B) | 61.82º | 0.77% | 0.67% | - |
| XYZ | 31.28 | 37.98 | 7.69 | - |
| YUV | 155.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 40 | 0.02 | 0 | 0.77 | 0.33 | 61.82 | 0.62 | 0.42 |
| Hex | A8 | AC | 28 | 2 | 0 | 4D | 21 | 3E | 3E | 2A |
| Octal | 250 | 254 | 50 | 2 | 0 | 115 | 41 | 76 | 76 | 52 |
| Binary | 10101000 | 10101100 | 101000 | 10 | 0 | 1001101 | 100001 | 111110 | 111110 | 101010 |
Color Harmonies of #A8AC28
Complementary color
Monochromatic Colors of #A8AC28
Black with #A8AC28
Text Example
Text Example
White with #A8AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC28; }
p { color: rgb(168,172,40); }
H1.HeaderClassName
{
color: #A8AC28;
}
.AnyTagClassName
{
color: #A8AC28;
}
</style>
background-color css
<style>
a { background-color: #A8AC28; }
a { background-color: rgb(168,172,40); }
div.DivClassName
{
background-color: #A8AC28;
}
.BgClassName
{
background-color: #A8AC28;
}
</style>
border-color css
<style>
span { border-color: #A8AC28; }
span { border-color: rgb(168,172,40); }
td.TdClassName
{
border-color: #A8AC28;
}
.TagClassName
{
border-color: #A8AC28;
}
</style>