Shades of Conifer #9EE450
Tints of Conifer #9EE450
RGB
CMYK
RGB Variations
Color information
#9EE450 (or 0x9EE450) is known color: Conifer. HEX triplet: 9E, E4 and 50. RGB value is (158,228,80). Sum of RGB (Red+Green+Blue) = 158+228+80=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE450 is #611BAF. Grayscale: #BEBEBE. Windows color (decimal): -6364080 or 5301406. OLE color: 5301406.
HSL color Cylindrical-coordinate representation of color #9EE450: hue angle of 88.38º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EE450 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 80 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.11 |
| HSL | 88.38º | 0.73% | 0.6% | - |
| HSV(B) | 88.38º | 0.65% | 0.89% | - |
| XYZ | 43.29 | 63.34 | 17.53 | - |
| YUV | 190.2 | 65.81 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 80 | 0.31 | 0 | 0.65 | 0.11 | 88.38 | 0.73 | 0.6 |
| Hex | 9E | E4 | 50 | 1F | 0 | 41 | B | 58 | 49 | 3C |
| Octal | 236 | 344 | 120 | 37 | 0 | 101 | 13 | 130 | 111 | 74 |
| Binary | 10011110 | 11100100 | 1010000 | 11111 | 0 | 1000001 | 1011 | 1011000 | 1001001 | 111100 |
Color Harmonies of #9EE450
Complementary color
Monochromatic Colors of #9EE450
Black with #9EE450
Text Example
Text Example
White with #9EE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE450; }
p { color: rgb(158,228,80); }
H1.HeaderClassName
{
color: #9EE450;
}
.AnyTagClassName
{
color: #9EE450;
}
</style>
background-color css
<style>
a { background-color: #9EE450; }
a { background-color: rgb(158,228,80); }
div.DivClassName
{
background-color: #9EE450;
}
.BgClassName
{
background-color: #9EE450;
}
</style>
border-color css
<style>
span { border-color: #9EE450; }
span { border-color: rgb(158,228,80); }
td.TdClassName
{
border-color: #9EE450;
}
.TagClassName
{
border-color: #9EE450;
}
</style>