Shades of Spring Rain #9ABC8F
Tints of Spring Rain #9ABC8F
RGB
CMYK
RGB Variations
Color information
#9ABC8F (or 0x9ABC8F) is known color: Spring Rain. HEX triplet: 9A, BC and 8F. RGB value is (154,188,143). Sum of RGB (Red+Green+Blue) = 154+188+143=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC8F is #654370. Grayscale: #ACACAC. Windows color (decimal): -6636401 or 9419930. OLE color: 9419930.
HSL color Cylindrical-coordinate representation of color #9ABC8F: hue angle of 105.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABC8F is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 143 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.26 |
| HSL | 105.33º | 0.25% | 0.65% | - |
| HSV(B) | 105.33º | 0.24% | 0.74% | - |
| XYZ | 36.27 | 44.82 | 32.73 | - |
| YUV | 172.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 143 | 0.18 | 0 | 0.24 | 0.26 | 105.33 | 0.25 | 0.65 |
| Hex | 9A | BC | 8F | 12 | 0 | 18 | 1A | 69 | 19 | 41 |
| Octal | 232 | 274 | 217 | 22 | 0 | 30 | 32 | 151 | 31 | 101 |
| Binary | 10011010 | 10111100 | 10001111 | 10010 | 0 | 11000 | 11010 | 1101001 | 11001 | 1000001 |
Color Harmonies of #9ABC8F
Complementary color
Monochromatic Colors of #9ABC8F
Black with #9ABC8F
Text Example
Text Example
White with #9ABC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC8F; }
p { color: rgb(154,188,143); }
H1.HeaderClassName
{
color: #9ABC8F;
}
.AnyTagClassName
{
color: #9ABC8F;
}
</style>
background-color css
<style>
a { background-color: #9ABC8F; }
a { background-color: rgb(154,188,143); }
div.DivClassName
{
background-color: #9ABC8F;
}
.BgClassName
{
background-color: #9ABC8F;
}
</style>
border-color css
<style>
span { border-color: #9ABC8F; }
span { border-color: rgb(154,188,143); }
td.TdClassName
{
border-color: #9ABC8F;
}
.TagClassName
{
border-color: #9ABC8F;
}
</style>