Shades of Earls Green #AAAC1C
Tints of Earls Green #AAAC1C
RGB
CMYK
RGB Variations
Color information
#AAAC1C (or 0xAAAC1C) is known color: Earls Green. HEX triplet: AA, AC and 1C. RGB value is (170,172,28). Sum of RGB (Red+Green+Blue) = 170+172+28=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC1C is #5553E3. Grayscale: #9B9B9B. Windows color (decimal): -5592036 or 1879210. OLE color: 1879210.
HSL color Cylindrical-coordinate representation of color #AAAC1C: hue angle of 60.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAAC1C is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 28 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.33 |
| HSL | 60.83º | 0.72% | 0.39% | - |
| HSV(B) | 60.83º | 0.84% | 0.67% | - |
| XYZ | 31.54 | 38.13 | 6.8 | - |
| YUV | 154.99 | 56.34 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 28 | 0.01 | 0 | 0.84 | 0.33 | 60.83 | 0.72 | 0.39 |
| Hex | AA | AC | 1C | 1 | 0 | 54 | 21 | 3D | 48 | 27 |
| Octal | 252 | 254 | 34 | 1 | 0 | 124 | 41 | 75 | 110 | 47 |
| Binary | 10101010 | 10101100 | 11100 | 1 | 0 | 1010100 | 100001 | 111101 | 1001000 | 100111 |
Color Harmonies of #AAAC1C
Complementary color
Monochromatic Colors of #AAAC1C
Black with #AAAC1C
Text Example
Text Example
White with #AAAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC1C; }
p { color: rgb(170,172,28); }
H1.HeaderClassName
{
color: #AAAC1C;
}
.AnyTagClassName
{
color: #AAAC1C;
}
</style>
background-color css
<style>
a { background-color: #AAAC1C; }
a { background-color: rgb(170,172,28); }
div.DivClassName
{
background-color: #AAAC1C;
}
.BgClassName
{
background-color: #AAAC1C;
}
</style>
border-color css
<style>
span { border-color: #AAAC1C; }
span { border-color: rgb(170,172,28); }
td.TdClassName
{
border-color: #AAAC1C;
}
.TagClassName
{
border-color: #AAAC1C;
}
</style>