Shades of Spring Rain #AABC9F
Tints of Spring Rain #AABC9F
RGB
CMYK
RGB Variations
Color information
#AABC9F (or 0xAABC9F) is known color: Spring Rain. HEX triplet: AA, BC and 9F. RGB value is (170,188,159). Sum of RGB (Red+Green+Blue) = 170+188+159=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9F is #554360. Grayscale: #B3B3B3. Windows color (decimal): -5587809 or 10468522. OLE color: 10468522.
HSL color Cylindrical-coordinate representation of color #AABC9F: hue angle of 97.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABC9F is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 159 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.26 |
| HSL | 97.24º | 0.18% | 0.68% | - |
| HSV(B) | 97.24º | 0.15% | 0.74% | - |
| XYZ | 40.82 | 47.02 | 39.72 | - |
| YUV | 179.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 159 | 0.10 | 0 | 0.15 | 0.26 | 97.24 | 0.18 | 0.68 |
| Hex | AA | BC | 9F | A | 0 | F | 1A | 61 | 12 | 44 |
| Octal | 252 | 274 | 237 | 12 | 0 | 17 | 32 | 141 | 22 | 104 |
| Binary | 10101010 | 10111100 | 10011111 | 1010 | 0 | 1111 | 11010 | 1100001 | 10010 | 1000100 |
Color Harmonies of #AABC9F
Complementary color
Monochromatic Colors of #AABC9F
Black with #AABC9F
Text Example
Text Example
White with #AABC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC9F; }
p { color: rgb(170,188,159); }
H1.HeaderClassName
{
color: #AABC9F;
}
.AnyTagClassName
{
color: #AABC9F;
}
</style>
background-color css
<style>
a { background-color: #AABC9F; }
a { background-color: rgb(170,188,159); }
div.DivClassName
{
background-color: #AABC9F;
}
.BgClassName
{
background-color: #AABC9F;
}
</style>
border-color css
<style>
span { border-color: #AABC9F; }
span { border-color: rgb(170,188,159); }
td.TdClassName
{
border-color: #AABC9F;
}
.TagClassName
{
border-color: #AABC9F;
}
</style>