Shades of Spring Rain #AABF9F
Tints of Spring Rain #AABF9F
RGB
CMYK
RGB Variations
Color information
#AABF9F (or 0xAABF9F) is known color: Spring Rain. HEX triplet: AA, BF and 9F. RGB value is (170,191,159). Sum of RGB (Red+Green+Blue) = 170+191+159=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF9F is #554060. Grayscale: #B5B5B5. Windows color (decimal): -5587041 or 10469290. OLE color: 10469290.
HSL color Cylindrical-coordinate representation of color #AABF9F: hue angle of 99.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABF9F is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 159 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.25 |
| HSL | 99.38º | 0.2% | 0.69% | - |
| HSV(B) | 99.38º | 0.17% | 0.75% | - |
| XYZ | 41.47 | 48.31 | 39.94 | - |
| YUV | 181.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 159 | 0.11 | 0 | 0.17 | 0.25 | 99.38 | 0.2 | 0.69 |
| Hex | AA | BF | 9F | B | 0 | 11 | 19 | 63 | 14 | 45 |
| Octal | 252 | 277 | 237 | 13 | 0 | 21 | 31 | 143 | 24 | 105 |
| Binary | 10101010 | 10111111 | 10011111 | 1011 | 0 | 10001 | 11001 | 1100011 | 10100 | 1000101 |
Color Harmonies of #AABF9F
Complementary color
Monochromatic Colors of #AABF9F
Black with #AABF9F
Text Example
Text Example
White with #AABF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF9F; }
p { color: rgb(170,191,159); }
H1.HeaderClassName
{
color: #AABF9F;
}
.AnyTagClassName
{
color: #AABF9F;
}
</style>
background-color css
<style>
a { background-color: #AABF9F; }
a { background-color: rgb(170,191,159); }
div.DivClassName
{
background-color: #AABF9F;
}
.BgClassName
{
background-color: #AABF9F;
}
</style>
border-color css
<style>
span { border-color: #AABF9F; }
span { border-color: rgb(170,191,159); }
td.TdClassName
{
border-color: #AABF9F;
}
.TagClassName
{
border-color: #AABF9F;
}
</style>