Shades of Spring Rain #9AB88E
Tints of Spring Rain #9AB88E
RGB
CMYK
RGB Variations
Color information
#9AB88E (or 0x9AB88E) is known color: Spring Rain. HEX triplet: 9A, B8 and 8E. RGB value is (154,184,142). Sum of RGB (Red+Green+Blue) = 154+184+142=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB88E is #654771. Grayscale: #AAAAAA. Windows color (decimal): -6637426 or 9353370. OLE color: 9353370.
HSL color Cylindrical-coordinate representation of color #9AB88E: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB88E is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 142 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.28 |
| HSL | 102.86º | 0.23% | 0.64% | - |
| HSV(B) | 102.86º | 0.23% | 0.72% | - |
| XYZ | 35.35 | 43.1 | 32.05 | - |
| YUV | 170.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 142 | 0.16 | 0 | 0.23 | 0.28 | 102.86 | 0.23 | 0.64 |
| Hex | 9A | B8 | 8E | 10 | 0 | 17 | 1C | 67 | 17 | 40 |
| Octal | 232 | 270 | 216 | 20 | 0 | 27 | 34 | 147 | 27 | 100 |
| Binary | 10011010 | 10111000 | 10001110 | 10000 | 0 | 10111 | 11100 | 1100111 | 10111 | 1000000 |
Color Harmonies of #9AB88E
Complementary color
Monochromatic Colors of #9AB88E
Black with #9AB88E
Text Example
Text Example
White with #9AB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB88E; }
p { color: rgb(154,184,142); }
H1.HeaderClassName
{
color: #9AB88E;
}
.AnyTagClassName
{
color: #9AB88E;
}
</style>
background-color css
<style>
a { background-color: #9AB88E; }
a { background-color: rgb(154,184,142); }
div.DivClassName
{
background-color: #9AB88E;
}
.BgClassName
{
background-color: #9AB88E;
}
</style>
border-color css
<style>
span { border-color: #9AB88E; }
span { border-color: rgb(154,184,142); }
td.TdClassName
{
border-color: #9AB88E;
}
.TagClassName
{
border-color: #9AB88E;
}
</style>