Shades of Conifer #9EE362
Tints of Conifer #9EE362
RGB
CMYK
RGB Variations
Color information
#9EE362 (or 0x9EE362) is known color: Conifer. HEX triplet: 9E, E3 and 62. RGB value is (158,227,98). Sum of RGB (Red+Green+Blue) = 158+227+98=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE362 is #611C9D. Grayscale: #C0C0C0. Windows color (decimal): -6364318 or 6480798. OLE color: 6480798.
HSL color Cylindrical-coordinate representation of color #9EE362: hue angle of 92.09º 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 #9EE362 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 98 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.11 |
| HSL | 92.09º | 0.7% | 0.64% | - |
| HSV(B) | 92.09º | 0.57% | 0.89% | - |
| XYZ | 43.77 | 63.09 | 21.43 | - |
| YUV | 191.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 98 | 0.30 | 0 | 0.57 | 0.11 | 92.09 | 0.7 | 0.64 |
| Hex | 9E | E3 | 62 | 1E | 0 | 39 | B | 5C | 46 | 40 |
| Octal | 236 | 343 | 142 | 36 | 0 | 71 | 13 | 134 | 106 | 100 |
| Binary | 10011110 | 11100011 | 1100010 | 11110 | 0 | 111001 | 1011 | 1011100 | 1000110 | 1000000 |
Color Harmonies of #9EE362
Complementary color
Monochromatic Colors of #9EE362
Black with #9EE362
Text Example
Text Example
White with #9EE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE362; }
p { color: rgb(158,227,98); }
H1.HeaderClassName
{
color: #9EE362;
}
.AnyTagClassName
{
color: #9EE362;
}
</style>
background-color css
<style>
a { background-color: #9EE362; }
a { background-color: rgb(158,227,98); }
div.DivClassName
{
background-color: #9EE362;
}
.BgClassName
{
background-color: #9EE362;
}
</style>
border-color css
<style>
span { border-color: #9EE362; }
span { border-color: rgb(158,227,98); }
td.TdClassName
{
border-color: #9EE362;
}
.TagClassName
{
border-color: #9EE362;
}
</style>