Shades of Spring Rain #AABC9E
Tints of Spring Rain #AABC9E
RGB
CMYK
RGB Variations
Color information
#AABC9E (or 0xAABC9E) is known color: Spring Rain. HEX triplet: AA, BC and 9E. RGB value is (170,188,158). Sum of RGB (Red+Green+Blue) = 170+188+158=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9E is #554361. Grayscale: #B3B3B3. Windows color (decimal): -5587810 or 10402986. OLE color: 10402986.
HSL color Cylindrical-coordinate representation of color #AABC9E: hue angle of 96º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABC9E is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 158 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.26 |
| HSL | 96º | 0.18% | 0.68% | - |
| HSV(B) | 96º | 0.16% | 0.74% | - |
| XYZ | 40.73 | 46.98 | 39.27 | - |
| YUV | 179.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 158 | 0.10 | 0 | 0.16 | 0.26 | 96 | 0.18 | 0.68 |
| Hex | AA | BC | 9E | A | 0 | 10 | 1A | 60 | 12 | 44 |
| Octal | 252 | 274 | 236 | 12 | 0 | 20 | 32 | 140 | 22 | 104 |
| Binary | 10101010 | 10111100 | 10011110 | 1010 | 0 | 10000 | 11010 | 1100000 | 10010 | 1000100 |
Color Harmonies of #AABC9E
Complementary color
Monochromatic Colors of #AABC9E
Black with #AABC9E
Text Example
Text Example
White with #AABC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC9E; }
p { color: rgb(170,188,158); }
H1.HeaderClassName
{
color: #AABC9E;
}
.AnyTagClassName
{
color: #AABC9E;
}
</style>
background-color css
<style>
a { background-color: #AABC9E; }
a { background-color: rgb(170,188,158); }
div.DivClassName
{
background-color: #AABC9E;
}
.BgClassName
{
background-color: #AABC9E;
}
</style>
border-color css
<style>
span { border-color: #AABC9E; }
span { border-color: rgb(170,188,158); }
td.TdClassName
{
border-color: #AABC9E;
}
.TagClassName
{
border-color: #AABC9E;
}
</style>