Shades of Spring Rain #AAD09C
Tints of Spring Rain #AAD09C
RGB
CMYK
RGB Variations
Color information
#AAD09C (or 0xAAD09C) is known color: Spring Rain. HEX triplet: AA, D0 and 9C. RGB value is (170,208,156). Sum of RGB (Red+Green+Blue) = 170+208+156=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD09C is #552F63. Grayscale: #BEBEBE. Windows color (decimal): -5582692 or 10277034. OLE color: 10277034.
HSL color Cylindrical-coordinate representation of color #AAD09C: hue angle of 103.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD09C is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 156 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.18 |
| HSL | 103.85º | 0.36% | 0.71% | - |
| HSV(B) | 103.85º | 0.25% | 0.82% | - |
| XYZ | 45.13 | 56.06 | 39.89 | - |
| YUV | 190.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 156 | 0.18 | 0 | 0.25 | 0.18 | 103.85 | 0.36 | 0.71 |
| Hex | AA | D0 | 9C | 12 | 0 | 19 | 12 | 68 | 24 | 47 |
| Octal | 252 | 320 | 234 | 22 | 0 | 31 | 22 | 150 | 44 | 107 |
| Binary | 10101010 | 11010000 | 10011100 | 10010 | 0 | 11001 | 10010 | 1101000 | 100100 | 1000111 |
Color Harmonies of #AAD09C
Complementary color
Monochromatic Colors of #AAD09C
Black with #AAD09C
Text Example
Text Example
White with #AAD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD09C; }
p { color: rgb(170,208,156); }
H1.HeaderClassName
{
color: #AAD09C;
}
.AnyTagClassName
{
color: #AAD09C;
}
</style>
background-color css
<style>
a { background-color: #AAD09C; }
a { background-color: rgb(170,208,156); }
div.DivClassName
{
background-color: #AAD09C;
}
.BgClassName
{
background-color: #AAD09C;
}
</style>
border-color css
<style>
span { border-color: #AAD09C; }
span { border-color: rgb(170,208,156); }
td.TdClassName
{
border-color: #AAD09C;
}
.TagClassName
{
border-color: #AAD09C;
}
</style>