Shades of Conifer #9FE362
Tints of Conifer #9FE362
RGB
CMYK
RGB Variations
Color information
#9FE362 (or 0x9FE362) is known color: Conifer. HEX triplet: 9F, E3 and 62. RGB value is (159,227,98). Sum of RGB (Red+Green+Blue) = 159+227+98=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE362 is #601C9D. Grayscale: #C0C0C0. Windows color (decimal): -6298782 or 6480799. OLE color: 6480799.
HSL color Cylindrical-coordinate representation of color #9FE362: hue angle of 91.63º 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 #9FE362 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 98 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.11 |
| HSL | 91.63º | 0.7% | 0.64% | - |
| HSV(B) | 91.63º | 0.57% | 0.89% | - |
| XYZ | 43.97 | 63.19 | 21.43 | - |
| YUV | 191.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 98 | 0.30 | 0 | 0.57 | 0.11 | 91.63 | 0.7 | 0.64 |
| Hex | 9F | E3 | 62 | 1E | 0 | 39 | B | 5C | 46 | 40 |
| Octal | 237 | 343 | 142 | 36 | 0 | 71 | 13 | 134 | 106 | 100 |
| Binary | 10011111 | 11100011 | 1100010 | 11110 | 0 | 111001 | 1011 | 1011100 | 1000110 | 1000000 |
Color Harmonies of #9FE362
Complementary color
Monochromatic Colors of #9FE362
Black with #9FE362
Text Example
Text Example
White with #9FE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE362; }
p { color: rgb(159,227,98); }
H1.HeaderClassName
{
color: #9FE362;
}
.AnyTagClassName
{
color: #9FE362;
}
</style>
background-color css
<style>
a { background-color: #9FE362; }
a { background-color: rgb(159,227,98); }
div.DivClassName
{
background-color: #9FE362;
}
.BgClassName
{
background-color: #9FE362;
}
</style>
border-color css
<style>
span { border-color: #9FE362; }
span { border-color: rgb(159,227,98); }
td.TdClassName
{
border-color: #9FE362;
}
.TagClassName
{
border-color: #9FE362;
}
</style>