Shades of Conifer #9EE94C
Tints of Conifer #9EE94C
RGB
CMYK
RGB Variations
Color information
#9EE94C (or 0x9EE94C) is known color: Conifer. HEX triplet: 9E, E9 and 4C. RGB value is (158,233,76). Sum of RGB (Red+Green+Blue) = 158+233+76=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE94C is #6116B3. Grayscale: #C1C1C1. Windows color (decimal): -6362804 or 5040542. OLE color: 5040542.
HSL color Cylindrical-coordinate representation of color #9EE94C: hue angle of 88.66º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EE94C is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 76 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.09 |
| HSL | 88.66º | 0.78% | 0.61% | - |
| HSV(B) | 88.66º | 0.67% | 0.91% | - |
| XYZ | 44.54 | 66.07 | 17.24 | - |
| YUV | 192.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 76 | 0.32 | 0 | 0.67 | 0.09 | 88.66 | 0.78 | 0.61 |
| Hex | 9E | E9 | 4C | 20 | 0 | 43 | 9 | 59 | 4E | 3D |
| Octal | 236 | 351 | 114 | 40 | 0 | 103 | 11 | 131 | 116 | 75 |
| Binary | 10011110 | 11101001 | 1001100 | 100000 | 0 | 1000011 | 1001 | 1011001 | 1001110 | 111101 |
Color Harmonies of #9EE94C
Complementary color
Monochromatic Colors of #9EE94C
Black with #9EE94C
Text Example
Text Example
White with #9EE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE94C; }
p { color: rgb(158,233,76); }
H1.HeaderClassName
{
color: #9EE94C;
}
.AnyTagClassName
{
color: #9EE94C;
}
</style>
background-color css
<style>
a { background-color: #9EE94C; }
a { background-color: rgb(158,233,76); }
div.DivClassName
{
background-color: #9EE94C;
}
.BgClassName
{
background-color: #9EE94C;
}
</style>
border-color css
<style>
span { border-color: #9EE94C; }
span { border-color: rgb(158,233,76); }
td.TdClassName
{
border-color: #9EE94C;
}
.TagClassName
{
border-color: #9EE94C;
}
</style>