Shades of Spring Rain #AAC29F
Tints of Spring Rain #AAC29F
RGB
CMYK
RGB Variations
Color information
#AAC29F (or 0xAAC29F) is known color: Spring Rain. HEX triplet: AA, C2 and 9F. RGB value is (170,194,159). Sum of RGB (Red+Green+Blue) = 170+194+159=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC29F is #553D60. Grayscale: #B6B6B6. Windows color (decimal): -5586273 or 10470058. OLE color: 10470058.
HSL color Cylindrical-coordinate representation of color #AAC29F: hue angle of 101.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC29F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 159 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.24 |
| HSL | 101.14º | 0.22% | 0.69% | - |
| HSV(B) | 101.14º | 0.18% | 0.76% | - |
| XYZ | 42.13 | 49.63 | 40.16 | - |
| YUV | 182.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 159 | 0.12 | 0 | 0.18 | 0.24 | 101.14 | 0.22 | 0.69 |
| Hex | AA | C2 | 9F | C | 0 | 12 | 18 | 65 | 16 | 45 |
| Octal | 252 | 302 | 237 | 14 | 0 | 22 | 30 | 145 | 26 | 105 |
| Binary | 10101010 | 11000010 | 10011111 | 1100 | 0 | 10010 | 11000 | 1100101 | 10110 | 1000101 |
Color Harmonies of #AAC29F
Complementary color
Monochromatic Colors of #AAC29F
Black with #AAC29F
Text Example
Text Example
White with #AAC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC29F; }
p { color: rgb(170,194,159); }
H1.HeaderClassName
{
color: #AAC29F;
}
.AnyTagClassName
{
color: #AAC29F;
}
</style>
background-color css
<style>
a { background-color: #AAC29F; }
a { background-color: rgb(170,194,159); }
div.DivClassName
{
background-color: #AAC29F;
}
.BgClassName
{
background-color: #AAC29F;
}
</style>
border-color css
<style>
span { border-color: #AAC29F; }
span { border-color: rgb(170,194,159); }
td.TdClassName
{
border-color: #AAC29F;
}
.TagClassName
{
border-color: #AAC29F;
}
</style>