Shades of Spring Rain #9ABD8F
Tints of Spring Rain #9ABD8F
RGB
CMYK
RGB Variations
Color information
#9ABD8F (or 0x9ABD8F) is known color: Spring Rain. HEX triplet: 9A, BD and 8F. RGB value is (154,189,143). Sum of RGB (Red+Green+Blue) = 154+189+143=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABD8F is #654270. Grayscale: #ADADAD. Windows color (decimal): -6636145 or 9420186. OLE color: 9420186.
HSL color Cylindrical-coordinate representation of color #9ABD8F: hue angle of 105.65º degrees, saturation: 0.26, 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 #9ABD8F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 143 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.26 |
| HSL | 105.65º | 0.26% | 0.65% | - |
| HSV(B) | 105.65º | 0.24% | 0.74% | - |
| XYZ | 36.48 | 45.25 | 32.8 | - |
| YUV | 173.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 143 | 0.19 | 0 | 0.24 | 0.26 | 105.65 | 0.26 | 0.65 |
| Hex | 9A | BD | 8F | 13 | 0 | 18 | 1A | 6A | 1A | 41 |
| Octal | 232 | 275 | 217 | 23 | 0 | 30 | 32 | 152 | 32 | 101 |
| Binary | 10011010 | 10111101 | 10001111 | 10011 | 0 | 11000 | 11010 | 1101010 | 11010 | 1000001 |
Color Harmonies of #9ABD8F
Complementary color
Monochromatic Colors of #9ABD8F
Black with #9ABD8F
Text Example
Text Example
White with #9ABD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD8F; }
p { color: rgb(154,189,143); }
H1.HeaderClassName
{
color: #9ABD8F;
}
.AnyTagClassName
{
color: #9ABD8F;
}
</style>
background-color css
<style>
a { background-color: #9ABD8F; }
a { background-color: rgb(154,189,143); }
div.DivClassName
{
background-color: #9ABD8F;
}
.BgClassName
{
background-color: #9ABD8F;
}
</style>
border-color css
<style>
span { border-color: #9ABD8F; }
span { border-color: rgb(154,189,143); }
td.TdClassName
{
border-color: #9ABD8F;
}
.TagClassName
{
border-color: #9ABD8F;
}
</style>