Shades of Green Spring #AAACA4
Tints of Green Spring #AAACA4
RGB
CMYK
RGB Variations
Color information
#AAACA4 (or 0xAAACA4) is known color: Green Spring. HEX triplet: AA, AC and A4. RGB value is (170,172,164). Sum of RGB (Red+Green+Blue) = 170+172+164=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA4 is #55535B. Grayscale: #AAAAAA. Windows color (decimal): -5591900 or 10792106. OLE color: 10792106.
HSL color Cylindrical-coordinate representation of color #AAACA4: hue angle of 75º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAACA4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 164 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.33 |
| HSL | 75º | 0.05% | 0.66% | - |
| HSV(B) | 75º | 0.05% | 0.67% | - |
| XYZ | 38.03 | 40.73 | 40.98 | - |
| YUV | 170.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 164 | 0.01 | 0 | 0.05 | 0.33 | 75 | 0.05 | 0.66 |
| Hex | AA | AC | A4 | 1 | 0 | 5 | 21 | 4B | 5 | 42 |
| Octal | 252 | 254 | 244 | 1 | 0 | 5 | 41 | 113 | 5 | 102 |
| Binary | 10101010 | 10101100 | 10100100 | 1 | 0 | 101 | 100001 | 1001011 | 101 | 1000010 |
Color Harmonies of #AAACA4
Complementary color
Monochromatic Colors of #AAACA4
Black with #AAACA4
Text Example
Text Example
White with #AAACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACA4; }
p { color: rgb(170,172,164); }
H1.HeaderClassName
{
color: #AAACA4;
}
.AnyTagClassName
{
color: #AAACA4;
}
</style>
background-color css
<style>
a { background-color: #AAACA4; }
a { background-color: rgb(170,172,164); }
div.DivClassName
{
background-color: #AAACA4;
}
.BgClassName
{
background-color: #AAACA4;
}
</style>
border-color css
<style>
span { border-color: #AAACA4; }
span { border-color: rgb(170,172,164); }
td.TdClassName
{
border-color: #AAACA4;
}
.TagClassName
{
border-color: #AAACA4;
}
</style>