Shades of Conifer #9FE361
Tints of Conifer #9FE361
RGB
CMYK
RGB Variations
Color information
#9FE361 (or 0x9FE361) is known color: Conifer. HEX triplet: 9F, E3 and 61. RGB value is (159,227,97). Sum of RGB (Red+Green+Blue) = 159+227+97=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE361 is #601C9E. Grayscale: #C0C0C0. Windows color (decimal): -6298783 or 6415263. OLE color: 6415263.
HSL color Cylindrical-coordinate representation of color #9FE361: hue angle of 91.38º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FE361 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 97 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.11 |
| HSL | 91.38º | 0.7% | 0.64% | - |
| HSV(B) | 91.38º | 0.57% | 0.89% | - |
| XYZ | 43.92 | 63.17 | 21.19 | - |
| YUV | 191.85 | 74.47 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 97 | 0.30 | 0 | 0.57 | 0.11 | 91.38 | 0.7 | 0.64 |
| Hex | 9F | E3 | 61 | 1E | 0 | 39 | B | 5B | 46 | 40 |
| Octal | 237 | 343 | 141 | 36 | 0 | 71 | 13 | 133 | 106 | 100 |
| Binary | 10011111 | 11100011 | 1100001 | 11110 | 0 | 111001 | 1011 | 1011011 | 1000110 | 1000000 |
Color Harmonies of #9FE361
Complementary color
Monochromatic Colors of #9FE361
Black with #9FE361
Text Example
Text Example
White with #9FE361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE361; }
p { color: rgb(159,227,97); }
H1.HeaderClassName
{
color: #9FE361;
}
.AnyTagClassName
{
color: #9FE361;
}
</style>
background-color css
<style>
a { background-color: #9FE361; }
a { background-color: rgb(159,227,97); }
div.DivClassName
{
background-color: #9FE361;
}
.BgClassName
{
background-color: #9FE361;
}
</style>
border-color css
<style>
span { border-color: #9FE361; }
span { border-color: rgb(159,227,97); }
td.TdClassName
{
border-color: #9FE361;
}
.TagClassName
{
border-color: #9FE361;
}
</style>