Shades of Spring Rain #9AB990
Tints of Spring Rain #9AB990
RGB
CMYK
RGB Variations
Color information
#9AB990 (or 0x9AB990) is known color: Spring Rain. HEX triplet: 9A, B9 and 90. RGB value is (154,185,144). Sum of RGB (Red+Green+Blue) = 154+185+144=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB990 is #65466F. Grayscale: #ABABAB. Windows color (decimal): -6637168 or 9484698. OLE color: 9484698.
HSL color Cylindrical-coordinate representation of color #9AB990: hue angle of 105.37º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB990 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 144 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.27 |
| HSL | 105.37º | 0.23% | 0.65% | - |
| HSV(B) | 105.37º | 0.22% | 0.73% | - |
| XYZ | 35.71 | 43.58 | 32.92 | - |
| YUV | 171.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 144 | 0.17 | 0 | 0.22 | 0.27 | 105.37 | 0.23 | 0.65 |
| Hex | 9A | B9 | 90 | 11 | 0 | 16 | 1B | 69 | 17 | 41 |
| Octal | 232 | 271 | 220 | 21 | 0 | 26 | 33 | 151 | 27 | 101 |
| Binary | 10011010 | 10111001 | 10010000 | 10001 | 0 | 10110 | 11011 | 1101001 | 10111 | 1000001 |
Color Harmonies of #9AB990
Complementary color
Monochromatic Colors of #9AB990
Black with #9AB990
Text Example
Text Example
White with #9AB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB990; }
p { color: rgb(154,185,144); }
H1.HeaderClassName
{
color: #9AB990;
}
.AnyTagClassName
{
color: #9AB990;
}
</style>
background-color css
<style>
a { background-color: #9AB990; }
a { background-color: rgb(154,185,144); }
div.DivClassName
{
background-color: #9AB990;
}
.BgClassName
{
background-color: #9AB990;
}
</style>
border-color css
<style>
span { border-color: #9AB990; }
span { border-color: rgb(154,185,144); }
td.TdClassName
{
border-color: #9AB990;
}
.TagClassName
{
border-color: #9AB990;
}
</style>