Shades of Spring Rain #9ABD8E
Tints of Spring Rain #9ABD8E
RGB
CMYK
RGB Variations
Color information
#9ABD8E (or 0x9ABD8E) is known color: Spring Rain. HEX triplet: 9A, BD and 8E. RGB value is (154,189,142). Sum of RGB (Red+Green+Blue) = 154+189+142=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABD8E is #654271. Grayscale: #ADADAD. Windows color (decimal): -6636146 or 9354650. OLE color: 9354650.
HSL color Cylindrical-coordinate representation of color #9ABD8E: hue angle of 104.68º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABD8E is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 142 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.26 |
| HSL | 104.68º | 0.26% | 0.65% | - |
| HSV(B) | 104.68º | 0.25% | 0.74% | - |
| XYZ | 36.41 | 45.22 | 32.4 | - |
| YUV | 173.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 142 | 0.19 | 0 | 0.25 | 0.26 | 104.68 | 0.26 | 0.65 |
| Hex | 9A | BD | 8E | 13 | 0 | 19 | 1A | 69 | 1A | 41 |
| Octal | 232 | 275 | 216 | 23 | 0 | 31 | 32 | 151 | 32 | 101 |
| Binary | 10011010 | 10111101 | 10001110 | 10011 | 0 | 11001 | 11010 | 1101001 | 11010 | 1000001 |
Color Harmonies of #9ABD8E
Complementary color
Monochromatic Colors of #9ABD8E
Black with #9ABD8E
Text Example
Text Example
White with #9ABD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD8E; }
p { color: rgb(154,189,142); }
H1.HeaderClassName
{
color: #9ABD8E;
}
.AnyTagClassName
{
color: #9ABD8E;
}
</style>
background-color css
<style>
a { background-color: #9ABD8E; }
a { background-color: rgb(154,189,142); }
div.DivClassName
{
background-color: #9ABD8E;
}
.BgClassName
{
background-color: #9ABD8E;
}
</style>
border-color css
<style>
span { border-color: #9ABD8E; }
span { border-color: rgb(154,189,142); }
td.TdClassName
{
border-color: #9ABD8E;
}
.TagClassName
{
border-color: #9ABD8E;
}
</style>