Shades of Conifer #9EE94B
Tints of Conifer #9EE94B
RGB
CMYK
RGB Variations
Color information
#9EE94B (or 0x9EE94B) is known color: Conifer. HEX triplet: 9E, E9 and 4B. RGB value is (158,233,75). Sum of RGB (Red+Green+Blue) = 158+233+75=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE94B is #6116B4. Grayscale: #C1C1C1. Windows color (decimal): -6362805 or 4975006. OLE color: 4975006.
HSL color Cylindrical-coordinate representation of color #9EE94B: hue angle of 88.48º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EE94B is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 75 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.09 |
| HSL | 88.48º | 0.78% | 0.6% | - |
| HSV(B) | 88.48º | 0.68% | 0.91% | - |
| XYZ | 44.51 | 66.05 | 17.06 | - |
| YUV | 192.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 75 | 0.32 | 0 | 0.68 | 0.09 | 88.48 | 0.78 | 0.6 |
| Hex | 9E | E9 | 4B | 20 | 0 | 44 | 9 | 58 | 4E | 3C |
| Octal | 236 | 351 | 113 | 40 | 0 | 104 | 11 | 130 | 116 | 74 |
| Binary | 10011110 | 11101001 | 1001011 | 100000 | 0 | 1000100 | 1001 | 1011000 | 1001110 | 111100 |
Color Harmonies of #9EE94B
Complementary color
Monochromatic Colors of #9EE94B
Black with #9EE94B
Text Example
Text Example
White with #9EE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE94B; }
p { color: rgb(158,233,75); }
H1.HeaderClassName
{
color: #9EE94B;
}
.AnyTagClassName
{
color: #9EE94B;
}
</style>
background-color css
<style>
a { background-color: #9EE94B; }
a { background-color: rgb(158,233,75); }
div.DivClassName
{
background-color: #9EE94B;
}
.BgClassName
{
background-color: #9EE94B;
}
</style>
border-color css
<style>
span { border-color: #9EE94B; }
span { border-color: rgb(158,233,75); }
td.TdClassName
{
border-color: #9EE94B;
}
.TagClassName
{
border-color: #9EE94B;
}
</style>