Shades of Spring Rain #AAD29D
Tints of Spring Rain #AAD29D
RGB
CMYK
RGB Variations
Color information
#AAD29D (or 0xAAD29D) is known color: Spring Rain. HEX triplet: AA, D2 and 9D. RGB value is (170,210,157). Sum of RGB (Red+Green+Blue) = 170+210+157=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD29D is #552D62. Grayscale: #C0C0C0. Windows color (decimal): -5582179 or 10343082. OLE color: 10343082.
HSL color Cylindrical-coordinate representation of color #AAD29D: hue angle of 105.28º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD29D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 157 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.18 |
| HSL | 105.28º | 0.37% | 0.72% | - |
| HSV(B) | 105.28º | 0.25% | 0.82% | - |
| XYZ | 45.71 | 57.07 | 40.51 | - |
| YUV | 192 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 157 | 0.19 | 0 | 0.25 | 0.18 | 105.28 | 0.37 | 0.72 |
| Hex | AA | D2 | 9D | 13 | 0 | 19 | 12 | 69 | 25 | 48 |
| Octal | 252 | 322 | 235 | 23 | 0 | 31 | 22 | 151 | 45 | 110 |
| Binary | 10101010 | 11010010 | 10011101 | 10011 | 0 | 11001 | 10010 | 1101001 | 100101 | 1001000 |
Color Harmonies of #AAD29D
Complementary color
Monochromatic Colors of #AAD29D
Black with #AAD29D
Text Example
Text Example
White with #AAD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD29D; }
p { color: rgb(170,210,157); }
H1.HeaderClassName
{
color: #AAD29D;
}
.AnyTagClassName
{
color: #AAD29D;
}
</style>
background-color css
<style>
a { background-color: #AAD29D; }
a { background-color: rgb(170,210,157); }
div.DivClassName
{
background-color: #AAD29D;
}
.BgClassName
{
background-color: #AAD29D;
}
</style>
border-color css
<style>
span { border-color: #AAD29D; }
span { border-color: rgb(170,210,157); }
td.TdClassName
{
border-color: #AAD29D;
}
.TagClassName
{
border-color: #AAD29D;
}
</style>