Shades of Spring Rain #AACD9D
Tints of Spring Rain #AACD9D
RGB
CMYK
RGB Variations
Color information
#AACD9D (or 0xAACD9D) is known color: Spring Rain. HEX triplet: AA, CD and 9D. RGB value is (170,205,157). Sum of RGB (Red+Green+Blue) = 170+205+157=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD9D is #553262. Grayscale: #BDBDBD. Windows color (decimal): -5583459 or 10341802. OLE color: 10341802.
HSL color Cylindrical-coordinate representation of color #AACD9D: hue angle of 103.75º 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 #AACD9D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 157 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.20 |
| HSL | 103.75º | 0.32% | 0.71% | - |
| HSV(B) | 103.75º | 0.23% | 0.8% | - |
| XYZ | 44.49 | 54.64 | 40.1 | - |
| YUV | 189.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 157 | 0.17 | 0 | 0.23 | 0.20 | 103.75 | 0.32 | 0.71 |
| Hex | AA | CD | 9D | 11 | 0 | 17 | 14 | 68 | 20 | 47 |
| Octal | 252 | 315 | 235 | 21 | 0 | 27 | 24 | 150 | 40 | 107 |
| Binary | 10101010 | 11001101 | 10011101 | 10001 | 0 | 10111 | 10100 | 1101000 | 100000 | 1000111 |
Color Harmonies of #AACD9D
Complementary color
Monochromatic Colors of #AACD9D
Black with #AACD9D
Text Example
Text Example
White with #AACD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD9D; }
p { color: rgb(170,205,157); }
H1.HeaderClassName
{
color: #AACD9D;
}
.AnyTagClassName
{
color: #AACD9D;
}
</style>
background-color css
<style>
a { background-color: #AACD9D; }
a { background-color: rgb(170,205,157); }
div.DivClassName
{
background-color: #AACD9D;
}
.BgClassName
{
background-color: #AACD9D;
}
</style>
border-color css
<style>
span { border-color: #AACD9D; }
span { border-color: rgb(170,205,157); }
td.TdClassName
{
border-color: #AACD9D;
}
.TagClassName
{
border-color: #AACD9D;
}
</style>