Shades of Spring Rain #AAD19F
Tints of Spring Rain #AAD19F
RGB
CMYK
RGB Variations
Color information
#AAD19F (or 0xAAD19F) is known color: Spring Rain. HEX triplet: AA, D1 and 9F. RGB value is (170,209,159). Sum of RGB (Red+Green+Blue) = 170+209+159=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD19F is #552E60. Grayscale: #BFBFBF. Windows color (decimal): -5582433 or 10473898. OLE color: 10473898.
HSL color Cylindrical-coordinate representation of color #AAD19F: hue angle of 106.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD19F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 159 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.18 |
| HSL | 106.8º | 0.35% | 0.72% | - |
| HSV(B) | 106.8º | 0.24% | 0.82% | - |
| XYZ | 45.64 | 56.65 | 41.33 | - |
| YUV | 191.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 159 | 0.19 | 0 | 0.24 | 0.18 | 106.8 | 0.35 | 0.72 |
| Hex | AA | D1 | 9F | 13 | 0 | 18 | 12 | 6B | 23 | 48 |
| Octal | 252 | 321 | 237 | 23 | 0 | 30 | 22 | 153 | 43 | 110 |
| Binary | 10101010 | 11010001 | 10011111 | 10011 | 0 | 11000 | 10010 | 1101011 | 100011 | 1001000 |
Color Harmonies of #AAD19F
Complementary color
Monochromatic Colors of #AAD19F
Black with #AAD19F
Text Example
Text Example
White with #AAD19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD19F; }
p { color: rgb(170,209,159); }
H1.HeaderClassName
{
color: #AAD19F;
}
.AnyTagClassName
{
color: #AAD19F;
}
</style>
background-color css
<style>
a { background-color: #AAD19F; }
a { background-color: rgb(170,209,159); }
div.DivClassName
{
background-color: #AAD19F;
}
.BgClassName
{
background-color: #AAD19F;
}
</style>
border-color css
<style>
span { border-color: #AAD19F; }
span { border-color: rgb(170,209,159); }
td.TdClassName
{
border-color: #AAD19F;
}
.TagClassName
{
border-color: #AAD19F;
}
</style>