Shades of Conifer #9FE162
Tints of Conifer #9FE162
RGB
CMYK
RGB Variations
Color information
#9FE162 (or 0x9FE162) is known color: Conifer. HEX triplet: 9F, E1 and 62. RGB value is (159,225,98). Sum of RGB (Red+Green+Blue) = 159+225+98=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE162 is #601E9D. Grayscale: #BFBFBF. Windows color (decimal): -6299294 or 6480287. OLE color: 6480287.
HSL color Cylindrical-coordinate representation of color #9FE162: hue angle of 91.18º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FE162 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 98 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.12 |
| HSL | 91.18º | 0.68% | 0.63% | - |
| HSV(B) | 91.18º | 0.56% | 0.88% | - |
| XYZ | 43.43 | 62.1 | 21.25 | - |
| YUV | 190.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 98 | 0.29 | 0 | 0.56 | 0.12 | 91.18 | 0.68 | 0.63 |
| Hex | 9F | E1 | 62 | 1D | 0 | 38 | C | 5B | 44 | 3F |
| Octal | 237 | 341 | 142 | 35 | 0 | 70 | 14 | 133 | 104 | 77 |
| Binary | 10011111 | 11100001 | 1100010 | 11101 | 0 | 111000 | 1100 | 1011011 | 1000100 | 111111 |
Color Harmonies of #9FE162
Complementary color
Monochromatic Colors of #9FE162
Black with #9FE162
Text Example
Text Example
White with #9FE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE162; }
p { color: rgb(159,225,98); }
H1.HeaderClassName
{
color: #9FE162;
}
.AnyTagClassName
{
color: #9FE162;
}
</style>
background-color css
<style>
a { background-color: #9FE162; }
a { background-color: rgb(159,225,98); }
div.DivClassName
{
background-color: #9FE162;
}
.BgClassName
{
background-color: #9FE162;
}
</style>
border-color css
<style>
span { border-color: #9FE162; }
span { border-color: rgb(159,225,98); }
td.TdClassName
{
border-color: #9FE162;
}
.TagClassName
{
border-color: #9FE162;
}
</style>