Shades of Conifer #9EE365
Tints of Conifer #9EE365
RGB
CMYK
RGB Variations
Color information
#9EE365 (or 0x9EE365) is known color: Conifer. HEX triplet: 9E, E3 and 65. RGB value is (158,227,101). Sum of RGB (Red+Green+Blue) = 158+227+101=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE365 is #611C9A. Grayscale: #C0C0C0. Windows color (decimal): -6364315 or 6677406. OLE color: 6677406.
HSL color Cylindrical-coordinate representation of color #9EE365: hue angle of 92.86º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EE365 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 101 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.11 |
| HSL | 92.86º | 0.69% | 0.64% | - |
| HSV(B) | 92.86º | 0.56% | 0.89% | - |
| XYZ | 43.92 | 63.15 | 22.19 | - |
| YUV | 192.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 101 | 0.30 | 0 | 0.56 | 0.11 | 92.86 | 0.69 | 0.64 |
| Hex | 9E | E3 | 65 | 1E | 0 | 38 | B | 5D | 45 | 40 |
| Octal | 236 | 343 | 145 | 36 | 0 | 70 | 13 | 135 | 105 | 100 |
| Binary | 10011110 | 11100011 | 1100101 | 11110 | 0 | 111000 | 1011 | 1011101 | 1000101 | 1000000 |
Color Harmonies of #9EE365
Complementary color
Monochromatic Colors of #9EE365
Black with #9EE365
Text Example
Text Example
White with #9EE365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE365; }
p { color: rgb(158,227,101); }
H1.HeaderClassName
{
color: #9EE365;
}
.AnyTagClassName
{
color: #9EE365;
}
</style>
background-color css
<style>
a { background-color: #9EE365; }
a { background-color: rgb(158,227,101); }
div.DivClassName
{
background-color: #9EE365;
}
.BgClassName
{
background-color: #9EE365;
}
</style>
border-color css
<style>
span { border-color: #9EE365; }
span { border-color: rgb(158,227,101); }
td.TdClassName
{
border-color: #9EE365;
}
.TagClassName
{
border-color: #9EE365;
}
</style>