Shades of Spring Rain #9ABF92
Tints of Spring Rain #9ABF92
RGB
CMYK
RGB Variations
Color information
#9ABF92 (or 0x9ABF92) is known color: Spring Rain. HEX triplet: 9A, BF and 92. RGB value is (154,191,146). Sum of RGB (Red+Green+Blue) = 154+191+146=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF92 is #65406D. Grayscale: #AEAEAE. Windows color (decimal): -6635630 or 9617306. OLE color: 9617306.
HSL color Cylindrical-coordinate representation of color #9ABF92: hue angle of 109.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABF92 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 146 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.25 |
| HSL | 109.33º | 0.26% | 0.66% | - |
| HSV(B) | 109.33º | 0.24% | 0.75% | - |
| XYZ | 37.15 | 46.21 | 34.16 | - |
| YUV | 174.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 146 | 0.19 | 0 | 0.24 | 0.25 | 109.33 | 0.26 | 0.66 |
| Hex | 9A | BF | 92 | 13 | 0 | 18 | 19 | 6D | 1A | 42 |
| Octal | 232 | 277 | 222 | 23 | 0 | 30 | 31 | 155 | 32 | 102 |
| Binary | 10011010 | 10111111 | 10010010 | 10011 | 0 | 11000 | 11001 | 1101101 | 11010 | 1000010 |
Color Harmonies of #9ABF92
Complementary color
Monochromatic Colors of #9ABF92
Black with #9ABF92
Text Example
Text Example
White with #9ABF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABF92; }
p { color: rgb(154,191,146); }
H1.HeaderClassName
{
color: #9ABF92;
}
.AnyTagClassName
{
color: #9ABF92;
}
</style>
background-color css
<style>
a { background-color: #9ABF92; }
a { background-color: rgb(154,191,146); }
div.DivClassName
{
background-color: #9ABF92;
}
.BgClassName
{
background-color: #9ABF92;
}
</style>
border-color css
<style>
span { border-color: #9ABF92; }
span { border-color: rgb(154,191,146); }
td.TdClassName
{
border-color: #9ABF92;
}
.TagClassName
{
border-color: #9ABF92;
}
</style>