Shades of Spring Rain #AAD19C
Tints of Spring Rain #AAD19C
RGB
CMYK
RGB Variations
Color information
#AAD19C (or 0xAAD19C) is known color: Spring Rain. HEX triplet: AA, D1 and 9C. RGB value is (170,209,156). Sum of RGB (Red+Green+Blue) = 170+209+156=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD19C is #552E63. Grayscale: #BFBFBF. Windows color (decimal): -5582436 or 10277290. OLE color: 10277290.
HSL color Cylindrical-coordinate representation of color #AAD19C: hue angle of 104.15º 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 #AAD19C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 156 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.18 |
| HSL | 104.15º | 0.37% | 0.72% | - |
| HSV(B) | 104.15º | 0.25% | 0.82% | - |
| XYZ | 45.38 | 56.55 | 39.98 | - |
| YUV | 191.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 156 | 0.19 | 0 | 0.25 | 0.18 | 104.15 | 0.37 | 0.72 |
| Hex | AA | D1 | 9C | 13 | 0 | 19 | 12 | 68 | 25 | 48 |
| Octal | 252 | 321 | 234 | 23 | 0 | 31 | 22 | 150 | 45 | 110 |
| Binary | 10101010 | 11010001 | 10011100 | 10011 | 0 | 11001 | 10010 | 1101000 | 100101 | 1001000 |
Color Harmonies of #AAD19C
Complementary color
Monochromatic Colors of #AAD19C
Black with #AAD19C
Text Example
Text Example
White with #AAD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD19C; }
p { color: rgb(170,209,156); }
H1.HeaderClassName
{
color: #AAD19C;
}
.AnyTagClassName
{
color: #AAD19C;
}
</style>
background-color css
<style>
a { background-color: #AAD19C; }
a { background-color: rgb(170,209,156); }
div.DivClassName
{
background-color: #AAD19C;
}
.BgClassName
{
background-color: #AAD19C;
}
</style>
border-color css
<style>
span { border-color: #AAD19C; }
span { border-color: rgb(170,209,156); }
td.TdClassName
{
border-color: #AAD19C;
}
.TagClassName
{
border-color: #AAD19C;
}
</style>