Shades of Conifer #9EF15E
Tints of Conifer #9EF15E
RGB
CMYK
RGB Variations
Color information
#9EF15E (or 0x9EF15E) is known color: Conifer. HEX triplet: 9E, F1 and 5E. RGB value is (158,241,94). Sum of RGB (Red+Green+Blue) = 158+241+94=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF15E is #610EA1. Grayscale: #C7C7C7. Windows color (decimal): -6360738 or 6222238. OLE color: 6222238.
HSL color Cylindrical-coordinate representation of color #9EF15E: hue angle of 93.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EF15E is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 94 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.05 |
| HSL | 93.88º | 0.84% | 0.66% | - |
| HSV(B) | 93.88º | 0.61% | 0.95% | - |
| XYZ | 47.58 | 70.99 | 21.78 | - |
| YUV | 199.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 94 | 0.34 | 0 | 0.61 | 0.05 | 93.88 | 0.84 | 0.66 |
| Hex | 9E | F1 | 5E | 22 | 0 | 3D | 5 | 5E | 54 | 42 |
| Octal | 236 | 361 | 136 | 42 | 0 | 75 | 5 | 136 | 124 | 102 |
| Binary | 10011110 | 11110001 | 1011110 | 100010 | 0 | 111101 | 101 | 1011110 | 1010100 | 1000010 |
Color Harmonies of #9EF15E
Complementary color
Monochromatic Colors of #9EF15E
Black with #9EF15E
Text Example
Text Example
White with #9EF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF15E; }
p { color: rgb(158,241,94); }
H1.HeaderClassName
{
color: #9EF15E;
}
.AnyTagClassName
{
color: #9EF15E;
}
</style>
background-color css
<style>
a { background-color: #9EF15E; }
a { background-color: rgb(158,241,94); }
div.DivClassName
{
background-color: #9EF15E;
}
.BgClassName
{
background-color: #9EF15E;
}
</style>
border-color css
<style>
span { border-color: #9EF15E; }
span { border-color: rgb(158,241,94); }
td.TdClassName
{
border-color: #9EF15E;
}
.TagClassName
{
border-color: #9EF15E;
}
</style>