Shades of Spring Rain #9FC28E
Tints of Spring Rain #9FC28E
RGB
CMYK
RGB Variations
Color information
#9FC28E (or 0x9FC28E) is known color: Spring Rain. HEX triplet: 9F, C2 and 8E. RGB value is (159,194,142). Sum of RGB (Red+Green+Blue) = 159+194+142=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC28E is #603D71. Grayscale: #B1B1B1. Windows color (decimal): -6307186 or 9355935. OLE color: 9355935.
HSL color Cylindrical-coordinate representation of color #9FC28E: hue angle of 100.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FC28E is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 142 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.24 |
| HSL | 100.38º | 0.3% | 0.66% | - |
| HSV(B) | 100.38º | 0.27% | 0.76% | - |
| XYZ | 38.47 | 47.91 | 32.81 | - |
| YUV | 177.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 142 | 0.18 | 0 | 0.27 | 0.24 | 100.38 | 0.3 | 0.66 |
| Hex | 9F | C2 | 8E | 12 | 0 | 1B | 18 | 64 | 1E | 42 |
| Octal | 237 | 302 | 216 | 22 | 0 | 33 | 30 | 144 | 36 | 102 |
| Binary | 10011111 | 11000010 | 10001110 | 10010 | 0 | 11011 | 11000 | 1100100 | 11110 | 1000010 |
Color Harmonies of #9FC28E
Complementary color
Monochromatic Colors of #9FC28E
Black with #9FC28E
Text Example
Text Example
White with #9FC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC28E; }
p { color: rgb(159,194,142); }
H1.HeaderClassName
{
color: #9FC28E;
}
.AnyTagClassName
{
color: #9FC28E;
}
</style>
background-color css
<style>
a { background-color: #9FC28E; }
a { background-color: rgb(159,194,142); }
div.DivClassName
{
background-color: #9FC28E;
}
.BgClassName
{
background-color: #9FC28E;
}
</style>
border-color css
<style>
span { border-color: #9FC28E; }
span { border-color: rgb(159,194,142); }
td.TdClassName
{
border-color: #9FC28E;
}
.TagClassName
{
border-color: #9FC28E;
}
</style>