Shades of Conifer #9EF259
Tints of Conifer #9EF259
RGB
CMYK
RGB Variations
Color information
#9EF259 (or 0x9EF259) is known color: Conifer. HEX triplet: 9E, F2 and 59. RGB value is (158,242,89). Sum of RGB (Red+Green+Blue) = 158+242+89=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF259 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF259 is #610DA6. Grayscale: #C7C7C7. Windows color (decimal): -6360487 or 5894814. OLE color: 5894814.
HSL color Cylindrical-coordinate representation of color #9EF259: hue angle of 92.94º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EF259 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 89 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.05 |
| HSL | 92.94º | 0.85% | 0.65% | - |
| HSV(B) | 92.94º | 0.63% | 0.95% | - |
| XYZ | 47.66 | 71.49 | 20.74 | - |
| YUV | 199.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 89 | 0.35 | 0 | 0.63 | 0.05 | 92.94 | 0.85 | 0.65 |
| Hex | 9E | F2 | 59 | 23 | 0 | 3F | 5 | 5D | 55 | 41 |
| Octal | 236 | 362 | 131 | 43 | 0 | 77 | 5 | 135 | 125 | 101 |
| Binary | 10011110 | 11110010 | 1011001 | 100011 | 0 | 111111 | 101 | 1011101 | 1010101 | 1000001 |
Color Harmonies of #9EF259
Complementary color
Monochromatic Colors of #9EF259
Black with #9EF259
Text Example
Text Example
White with #9EF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF259; }
p { color: rgb(158,242,89); }
H1.HeaderClassName
{
color: #9EF259;
}
.AnyTagClassName
{
color: #9EF259;
}
</style>
background-color css
<style>
a { background-color: #9EF259; }
a { background-color: rgb(158,242,89); }
div.DivClassName
{
background-color: #9EF259;
}
.BgClassName
{
background-color: #9EF259;
}
</style>
border-color css
<style>
span { border-color: #9EF259; }
span { border-color: rgb(158,242,89); }
td.TdClassName
{
border-color: #9EF259;
}
.TagClassName
{
border-color: #9EF259;
}
</style>