Shades of Spring Rain #9ABC8C
Tints of Spring Rain #9ABC8C
RGB
CMYK
RGB Variations
Color information
#9ABC8C (or 0x9ABC8C) is known color: Spring Rain. HEX triplet: 9A, BC and 8C. RGB value is (154,188,140). Sum of RGB (Red+Green+Blue) = 154+188+140=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC8C is #654373. Grayscale: #ACACAC. Windows color (decimal): -6636404 or 9223322. OLE color: 9223322.
HSL color Cylindrical-coordinate representation of color #9ABC8C: hue angle of 102.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABC8C is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 140 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.26 |
| HSL | 102.5º | 0.26% | 0.64% | - |
| HSV(B) | 102.5º | 0.26% | 0.74% | - |
| XYZ | 36.04 | 44.73 | 31.55 | - |
| YUV | 172.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 140 | 0.18 | 0 | 0.26 | 0.26 | 102.5 | 0.26 | 0.64 |
| Hex | 9A | BC | 8C | 12 | 0 | 1A | 1A | 66 | 1A | 40 |
| Octal | 232 | 274 | 214 | 22 | 0 | 32 | 32 | 146 | 32 | 100 |
| Binary | 10011010 | 10111100 | 10001100 | 10010 | 0 | 11010 | 11010 | 1100110 | 11010 | 1000000 |
Color Harmonies of #9ABC8C
Complementary color
Monochromatic Colors of #9ABC8C
Black with #9ABC8C
Text Example
Text Example
White with #9ABC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC8C; }
p { color: rgb(154,188,140); }
H1.HeaderClassName
{
color: #9ABC8C;
}
.AnyTagClassName
{
color: #9ABC8C;
}
</style>
background-color css
<style>
a { background-color: #9ABC8C; }
a { background-color: rgb(154,188,140); }
div.DivClassName
{
background-color: #9ABC8C;
}
.BgClassName
{
background-color: #9ABC8C;
}
</style>
border-color css
<style>
span { border-color: #9ABC8C; }
span { border-color: rgb(154,188,140); }
td.TdClassName
{
border-color: #9ABC8C;
}
.TagClassName
{
border-color: #9ABC8C;
}
</style>