Shades of Conifer #9EE665
Tints of Conifer #9EE665
RGB
CMYK
RGB Variations
Color information
#9EE665 (or 0x9EE665) is known color: Conifer. HEX triplet: 9E, E6 and 65. RGB value is (158,230,101). Sum of RGB (Red+Green+Blue) = 158+230+101=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE665 is #61199A. Grayscale: #C2C2C2. Windows color (decimal): -6363547 or 6678174. OLE color: 6678174.
HSL color Cylindrical-coordinate representation of color #9EE665: hue angle of 93.49º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EE665 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 101 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.10 |
| HSL | 93.49º | 0.72% | 0.65% | - |
| HSV(B) | 93.49º | 0.56% | 0.9% | - |
| XYZ | 44.75 | 64.8 | 22.46 | - |
| YUV | 193.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 101 | 0.31 | 0 | 0.56 | 0.10 | 93.49 | 0.72 | 0.65 |
| Hex | 9E | E6 | 65 | 1F | 0 | 38 | A | 5D | 48 | 41 |
| Octal | 236 | 346 | 145 | 37 | 0 | 70 | 12 | 135 | 110 | 101 |
| Binary | 10011110 | 11100110 | 1100101 | 11111 | 0 | 111000 | 1010 | 1011101 | 1001000 | 1000001 |
Color Harmonies of #9EE665
Complementary color
Monochromatic Colors of #9EE665
Black with #9EE665
Text Example
Text Example
White with #9EE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE665; }
p { color: rgb(158,230,101); }
H1.HeaderClassName
{
color: #9EE665;
}
.AnyTagClassName
{
color: #9EE665;
}
</style>
background-color css
<style>
a { background-color: #9EE665; }
a { background-color: rgb(158,230,101); }
div.DivClassName
{
background-color: #9EE665;
}
.BgClassName
{
background-color: #9EE665;
}
</style>
border-color css
<style>
span { border-color: #9EE665; }
span { border-color: rgb(158,230,101); }
td.TdClassName
{
border-color: #9EE665;
}
.TagClassName
{
border-color: #9EE665;
}
</style>