Shades of Spring Rain #9AB58E
Tints of Spring Rain #9AB58E
RGB
CMYK
RGB Variations
Color information
#9AB58E (or 0x9AB58E) is known color: Spring Rain. HEX triplet: 9A, B5 and 8E. RGB value is (154,181,142). Sum of RGB (Red+Green+Blue) = 154+181+142=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB58E is #654A71. Grayscale: #A8A8A8. Windows color (decimal): -6638194 or 9352602. OLE color: 9352602.
HSL color Cylindrical-coordinate representation of color #9AB58E: hue angle of 101.54º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB58E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 142 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.29 |
| HSL | 101.54º | 0.21% | 0.63% | - |
| HSV(B) | 101.54º | 0.22% | 0.71% | - |
| XYZ | 34.73 | 41.87 | 31.84 | - |
| YUV | 168.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 142 | 0.15 | 0 | 0.22 | 0.29 | 101.54 | 0.21 | 0.63 |
| Hex | 9A | B5 | 8E | F | 0 | 16 | 1D | 66 | 15 | 3F |
| Octal | 232 | 265 | 216 | 17 | 0 | 26 | 35 | 146 | 25 | 77 |
| Binary | 10011010 | 10110101 | 10001110 | 1111 | 0 | 10110 | 11101 | 1100110 | 10101 | 111111 |
Color Harmonies of #9AB58E
Complementary color
Monochromatic Colors of #9AB58E
Black with #9AB58E
Text Example
Text Example
White with #9AB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB58E; }
p { color: rgb(154,181,142); }
H1.HeaderClassName
{
color: #9AB58E;
}
.AnyTagClassName
{
color: #9AB58E;
}
</style>
background-color css
<style>
a { background-color: #9AB58E; }
a { background-color: rgb(154,181,142); }
div.DivClassName
{
background-color: #9AB58E;
}
.BgClassName
{
background-color: #9AB58E;
}
</style>
border-color css
<style>
span { border-color: #9AB58E; }
span { border-color: rgb(154,181,142); }
td.TdClassName
{
border-color: #9AB58E;
}
.TagClassName
{
border-color: #9AB58E;
}
</style>