Shades of Spring Rain #AACD9E
Tints of Spring Rain #AACD9E
RGB
CMYK
RGB Variations
Color information
#AACD9E (or 0xAACD9E) is known color: Spring Rain. HEX triplet: AA, CD and 9E. RGB value is (170,205,158). Sum of RGB (Red+Green+Blue) = 170+205+158=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD9E is #553261. Grayscale: #BDBDBD. Windows color (decimal): -5583458 or 10407338. OLE color: 10407338.
HSL color Cylindrical-coordinate representation of color #AACD9E: hue angle of 104.68º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACD9E is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 158 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.20 |
| HSL | 104.68º | 0.32% | 0.71% | - |
| HSV(B) | 104.68º | 0.23% | 0.8% | - |
| XYZ | 44.58 | 54.68 | 40.55 | - |
| YUV | 189.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 158 | 0.17 | 0 | 0.23 | 0.20 | 104.68 | 0.32 | 0.71 |
| Hex | AA | CD | 9E | 11 | 0 | 17 | 14 | 69 | 20 | 47 |
| Octal | 252 | 315 | 236 | 21 | 0 | 27 | 24 | 151 | 40 | 107 |
| Binary | 10101010 | 11001101 | 10011110 | 10001 | 0 | 10111 | 10100 | 1101001 | 100000 | 1000111 |
Color Harmonies of #AACD9E
Complementary color
Monochromatic Colors of #AACD9E
Black with #AACD9E
Text Example
Text Example
White with #AACD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD9E; }
p { color: rgb(170,205,158); }
H1.HeaderClassName
{
color: #AACD9E;
}
.AnyTagClassName
{
color: #AACD9E;
}
</style>
background-color css
<style>
a { background-color: #AACD9E; }
a { background-color: rgb(170,205,158); }
div.DivClassName
{
background-color: #AACD9E;
}
.BgClassName
{
background-color: #AACD9E;
}
</style>
border-color css
<style>
span { border-color: #AACD9E; }
span { border-color: rgb(170,205,158); }
td.TdClassName
{
border-color: #AACD9E;
}
.TagClassName
{
border-color: #AACD9E;
}
</style>