Shades of Spring Rain #9AC795
Tints of Spring Rain #9AC795
RGB
CMYK
RGB Variations
Color information
#9AC795 (or 0x9AC795) is known color: Spring Rain. HEX triplet: 9A, C7 and 95. RGB value is (154,199,149). Sum of RGB (Red+Green+Blue) = 154+199+149=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC795 is #65386A. Grayscale: #B4B4B4. Windows color (decimal): -6633579 or 9815962. OLE color: 9815962.
HSL color Cylindrical-coordinate representation of color #9AC795: hue angle of 114º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AC795 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 199 | 149 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.22 |
| HSL | 114º | 0.31% | 0.68% | - |
| HSV(B) | 114º | 0.25% | 0.78% | - |
| XYZ | 39.17 | 49.89 | 36 | - |
| YUV | 179.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 149 | 0.23 | 0 | 0.25 | 0.22 | 114 | 0.31 | 0.68 |
| Hex | 9A | C7 | 95 | 17 | 0 | 19 | 16 | 72 | 1F | 44 |
| Octal | 232 | 307 | 225 | 27 | 0 | 31 | 26 | 162 | 37 | 104 |
| Binary | 10011010 | 11000111 | 10010101 | 10111 | 0 | 11001 | 10110 | 1110010 | 11111 | 1000100 |
Color Harmonies of #9AC795
Complementary color
Monochromatic Colors of #9AC795
Black with #9AC795
Text Example
Text Example
White with #9AC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC795; }
p { color: rgb(154,199,149); }
H1.HeaderClassName
{
color: #9AC795;
}
.AnyTagClassName
{
color: #9AC795;
}
</style>
background-color css
<style>
a { background-color: #9AC795; }
a { background-color: rgb(154,199,149); }
div.DivClassName
{
background-color: #9AC795;
}
.BgClassName
{
background-color: #9AC795;
}
</style>
border-color css
<style>
span { border-color: #9AC795; }
span { border-color: rgb(154,199,149); }
td.TdClassName
{
border-color: #9AC795;
}
.TagClassName
{
border-color: #9AC795;
}
</style>