Shades of Conifer #9EE84D
Tints of Conifer #9EE84D
RGB
CMYK
RGB Variations
Color information
#9EE84D (or 0x9EE84D) is known color: Conifer. HEX triplet: 9E, E8 and 4D. RGB value is (158,232,77). Sum of RGB (Red+Green+Blue) = 158+232+77=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE84D is #6117B2. Grayscale: #C0C0C0. Windows color (decimal): -6363059 or 5105822. OLE color: 5105822.
HSL color Cylindrical-coordinate representation of color #9EE84D: hue angle of 88.65º degrees, saturation: 0.77, 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 #9EE84D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 77 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.09 |
| HSL | 88.65º | 0.77% | 0.61% | - |
| HSV(B) | 88.65º | 0.67% | 0.91% | - |
| XYZ | 44.3 | 65.52 | 17.33 | - |
| YUV | 192.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 77 | 0.32 | 0 | 0.67 | 0.09 | 88.65 | 0.77 | 0.61 |
| Hex | 9E | E8 | 4D | 20 | 0 | 43 | 9 | 59 | 4D | 3D |
| Octal | 236 | 350 | 115 | 40 | 0 | 103 | 11 | 131 | 115 | 75 |
| Binary | 10011110 | 11101000 | 1001101 | 100000 | 0 | 1000011 | 1001 | 1011001 | 1001101 | 111101 |
Color Harmonies of #9EE84D
Complementary color
Monochromatic Colors of #9EE84D
Black with #9EE84D
Text Example
Text Example
White with #9EE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE84D; }
p { color: rgb(158,232,77); }
H1.HeaderClassName
{
color: #9EE84D;
}
.AnyTagClassName
{
color: #9EE84D;
}
</style>
background-color css
<style>
a { background-color: #9EE84D; }
a { background-color: rgb(158,232,77); }
div.DivClassName
{
background-color: #9EE84D;
}
.BgClassName
{
background-color: #9EE84D;
}
</style>
border-color css
<style>
span { border-color: #9EE84D; }
span { border-color: rgb(158,232,77); }
td.TdClassName
{
border-color: #9EE84D;
}
.TagClassName
{
border-color: #9EE84D;
}
</style>