Shades of Spring Rain #9AC192
Tints of Spring Rain #9AC192
RGB
CMYK
RGB Variations
Color information
#9AC192 (or 0x9AC192) is known color: Spring Rain. HEX triplet: 9A, C1 and 92. RGB value is (154,193,146). Sum of RGB (Red+Green+Blue) = 154+193+146=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC192 is #653E6D. Grayscale: #B0B0B0. Windows color (decimal): -6635118 or 9617818. OLE color: 9617818.
HSL color Cylindrical-coordinate representation of color #9AC192: hue angle of 109.79º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AC192 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 146 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.24 |
| HSL | 109.79º | 0.27% | 0.66% | - |
| HSV(B) | 109.79º | 0.24% | 0.76% | - |
| XYZ | 37.58 | 47.09 | 34.3 | - |
| YUV | 175.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 146 | 0.20 | 0 | 0.24 | 0.24 | 109.79 | 0.27 | 0.66 |
| Hex | 9A | C1 | 92 | 14 | 0 | 18 | 18 | 6E | 1B | 42 |
| Octal | 232 | 301 | 222 | 24 | 0 | 30 | 30 | 156 | 33 | 102 |
| Binary | 10011010 | 11000001 | 10010010 | 10100 | 0 | 11000 | 11000 | 1101110 | 11011 | 1000010 |
Color Harmonies of #9AC192
Complementary color
Monochromatic Colors of #9AC192
Black with #9AC192
Text Example
Text Example
White with #9AC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC192; }
p { color: rgb(154,193,146); }
H1.HeaderClassName
{
color: #9AC192;
}
.AnyTagClassName
{
color: #9AC192;
}
</style>
background-color css
<style>
a { background-color: #9AC192; }
a { background-color: rgb(154,193,146); }
div.DivClassName
{
background-color: #9AC192;
}
.BgClassName
{
background-color: #9AC192;
}
</style>
border-color css
<style>
span { border-color: #9AC192; }
span { border-color: rgb(154,193,146); }
td.TdClassName
{
border-color: #9AC192;
}
.TagClassName
{
border-color: #9AC192;
}
</style>