Shades of Conifer #9EE14B
Tints of Conifer #9EE14B
RGB
CMYK
RGB Variations
Color information
#9EE14B (or 0x9EE14B) is known color: Conifer. HEX triplet: 9E, E1 and 4B. RGB value is (158,225,75). Sum of RGB (Red+Green+Blue) = 158+225+75=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE14B is #611EB4. Grayscale: #BCBCBC. Windows color (decimal): -6364853 or 4972958. OLE color: 4972958.
HSL color Cylindrical-coordinate representation of color #9EE14B: hue angle of 86.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EE14B is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 75 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.12 |
| HSL | 86.8º | 0.71% | 0.59% | - |
| HSV(B) | 86.8º | 0.67% | 0.88% | - |
| XYZ | 42.3 | 61.63 | 16.32 | - |
| YUV | 187.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 75 | 0.30 | 0 | 0.67 | 0.12 | 86.8 | 0.71 | 0.59 |
| Hex | 9E | E1 | 4B | 1E | 0 | 43 | C | 57 | 47 | 3B |
| Octal | 236 | 341 | 113 | 36 | 0 | 103 | 14 | 127 | 107 | 73 |
| Binary | 10011110 | 11100001 | 1001011 | 11110 | 0 | 1000011 | 1100 | 1010111 | 1000111 | 111011 |
Color Harmonies of #9EE14B
Complementary color
Monochromatic Colors of #9EE14B
Black with #9EE14B
Text Example
Text Example
White with #9EE14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE14B; }
p { color: rgb(158,225,75); }
H1.HeaderClassName
{
color: #9EE14B;
}
.AnyTagClassName
{
color: #9EE14B;
}
</style>
background-color css
<style>
a { background-color: #9EE14B; }
a { background-color: rgb(158,225,75); }
div.DivClassName
{
background-color: #9EE14B;
}
.BgClassName
{
background-color: #9EE14B;
}
</style>
border-color css
<style>
span { border-color: #9EE14B; }
span { border-color: rgb(158,225,75); }
td.TdClassName
{
border-color: #9EE14B;
}
.TagClassName
{
border-color: #9EE14B;
}
</style>