Shades of Spring Rain #AACD9C
Tints of Spring Rain #AACD9C
RGB
CMYK
RGB Variations
Color information
#AACD9C (or 0xAACD9C) is known color: Spring Rain. HEX triplet: AA, CD and 9C. RGB value is (170,205,156). Sum of RGB (Red+Green+Blue) = 170+205+156=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD9C is #553263. Grayscale: #BDBDBD. Windows color (decimal): -5583460 or 10276266. OLE color: 10276266.
HSL color Cylindrical-coordinate representation of color #AACD9C: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACD9C is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 156 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.20 |
| HSL | 102.86º | 0.33% | 0.71% | - |
| HSV(B) | 102.86º | 0.24% | 0.8% | - |
| XYZ | 44.41 | 54.61 | 39.65 | - |
| YUV | 188.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 156 | 0.17 | 0 | 0.24 | 0.20 | 102.86 | 0.33 | 0.71 |
| Hex | AA | CD | 9C | 11 | 0 | 18 | 14 | 67 | 21 | 47 |
| Octal | 252 | 315 | 234 | 21 | 0 | 30 | 24 | 147 | 41 | 107 |
| Binary | 10101010 | 11001101 | 10011100 | 10001 | 0 | 11000 | 10100 | 1100111 | 100001 | 1000111 |
Color Harmonies of #AACD9C
Complementary color
Monochromatic Colors of #AACD9C
Black with #AACD9C
Text Example
Text Example
White with #AACD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD9C; }
p { color: rgb(170,205,156); }
H1.HeaderClassName
{
color: #AACD9C;
}
.AnyTagClassName
{
color: #AACD9C;
}
</style>
background-color css
<style>
a { background-color: #AACD9C; }
a { background-color: rgb(170,205,156); }
div.DivClassName
{
background-color: #AACD9C;
}
.BgClassName
{
background-color: #AACD9C;
}
</style>
border-color css
<style>
span { border-color: #AACD9C; }
span { border-color: rgb(170,205,156); }
td.TdClassName
{
border-color: #AACD9C;
}
.TagClassName
{
border-color: #AACD9C;
}
</style>