Shades of Conifer #9EE34B
Tints of Conifer #9EE34B
RGB
CMYK
RGB Variations
Color information
#9EE34B (or 0x9EE34B) is known color: Conifer. HEX triplet: 9E, E3 and 4B. RGB value is (158,227,75). Sum of RGB (Red+Green+Blue) = 158+227+75=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE34B is #611CB4. Grayscale: #BDBDBD. Windows color (decimal): -6364341 or 4973470. OLE color: 4973470.
HSL color Cylindrical-coordinate representation of color #9EE34B: hue angle of 87.24º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EE34B is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 75 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.11 |
| HSL | 87.24º | 0.73% | 0.59% | - |
| HSV(B) | 87.24º | 0.67% | 0.89% | - |
| XYZ | 42.84 | 62.72 | 16.5 | - |
| YUV | 189.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 75 | 0.30 | 0 | 0.67 | 0.11 | 87.24 | 0.73 | 0.59 |
| Hex | 9E | E3 | 4B | 1E | 0 | 43 | B | 57 | 49 | 3B |
| Octal | 236 | 343 | 113 | 36 | 0 | 103 | 13 | 127 | 111 | 73 |
| Binary | 10011110 | 11100011 | 1001011 | 11110 | 0 | 1000011 | 1011 | 1010111 | 1001001 | 111011 |
Color Harmonies of #9EE34B
Complementary color
Monochromatic Colors of #9EE34B
Black with #9EE34B
Text Example
Text Example
White with #9EE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE34B; }
p { color: rgb(158,227,75); }
H1.HeaderClassName
{
color: #9EE34B;
}
.AnyTagClassName
{
color: #9EE34B;
}
</style>
background-color css
<style>
a { background-color: #9EE34B; }
a { background-color: rgb(158,227,75); }
div.DivClassName
{
background-color: #9EE34B;
}
.BgClassName
{
background-color: #9EE34B;
}
</style>
border-color css
<style>
span { border-color: #9EE34B; }
span { border-color: rgb(158,227,75); }
td.TdClassName
{
border-color: #9EE34B;
}
.TagClassName
{
border-color: #9EE34B;
}
</style>