Shades of Earls Green #A9AC24
Tints of Earls Green #A9AC24
RGB
CMYK
RGB Variations
Color information
#A9AC24 (or 0xA9AC24) is known color: Earls Green. HEX triplet: A9, AC and 24. RGB value is (169,172,36). Sum of RGB (Red+Green+Blue) = 169+172+36=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AC24 is #5653DB. Grayscale: #9C9C9C. Windows color (decimal): -5657564 or 2403497. OLE color: 2403497.
HSL color Cylindrical-coordinate representation of color #A9AC24: hue angle of 61.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9AC24 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 36 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.33 |
| HSL | 61.32º | 0.65% | 0.41% | - |
| HSV(B) | 61.32º | 0.79% | 0.67% | - |
| XYZ | 31.43 | 38.07 | 7.36 | - |
| YUV | 155.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 36 | 0.02 | 0 | 0.79 | 0.33 | 61.32 | 0.65 | 0.41 |
| Hex | A9 | AC | 24 | 2 | 0 | 4F | 21 | 3D | 41 | 29 |
| Octal | 251 | 254 | 44 | 2 | 0 | 117 | 41 | 75 | 101 | 51 |
| Binary | 10101001 | 10101100 | 100100 | 10 | 0 | 1001111 | 100001 | 111101 | 1000001 | 101001 |
Color Harmonies of #A9AC24
Complementary color
Monochromatic Colors of #A9AC24
Black with #A9AC24
Text Example
Text Example
White with #A9AC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC24; }
p { color: rgb(169,172,36); }
H1.HeaderClassName
{
color: #A9AC24;
}
.AnyTagClassName
{
color: #A9AC24;
}
</style>
background-color css
<style>
a { background-color: #A9AC24; }
a { background-color: rgb(169,172,36); }
div.DivClassName
{
background-color: #A9AC24;
}
.BgClassName
{
background-color: #A9AC24;
}
</style>
border-color css
<style>
span { border-color: #A9AC24; }
span { border-color: rgb(169,172,36); }
td.TdClassName
{
border-color: #A9AC24;
}
.TagClassName
{
border-color: #A9AC24;
}
</style>