Shades of Conifer #9EDB5D
Tints of Conifer #9EDB5D
RGB
CMYK
RGB Variations
Color information
#9EDB5D (or 0x9EDB5D) is known color: Conifer. HEX triplet: 9E, DB and 5D. RGB value is (158,219,93). Sum of RGB (Red+Green+Blue) = 158+219+93=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB5D is #6124A2. Grayscale: #BABABA. Windows color (decimal): -6366371 or 6151070. OLE color: 6151070.
HSL color Cylindrical-coordinate representation of color #9EDB5D: hue angle of 89.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EDB5D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 93 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.14 |
| HSL | 89.05º | 0.64% | 0.61% | - |
| HSV(B) | 89.05º | 0.58% | 0.86% | - |
| XYZ | 41.41 | 58.72 | 19.51 | - |
| YUV | 186.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 93 | 0.28 | 0 | 0.58 | 0.14 | 89.05 | 0.64 | 0.61 |
| Hex | 9E | DB | 5D | 1C | 0 | 3A | E | 59 | 40 | 3D |
| Octal | 236 | 333 | 135 | 34 | 0 | 72 | 16 | 131 | 100 | 75 |
| Binary | 10011110 | 11011011 | 1011101 | 11100 | 0 | 111010 | 1110 | 1011001 | 1000000 | 111101 |
Color Harmonies of #9EDB5D
Complementary color
Monochromatic Colors of #9EDB5D
Black with #9EDB5D
Text Example
Text Example
White with #9EDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB5D; }
p { color: rgb(158,219,93); }
H1.HeaderClassName
{
color: #9EDB5D;
}
.AnyTagClassName
{
color: #9EDB5D;
}
</style>
background-color css
<style>
a { background-color: #9EDB5D; }
a { background-color: rgb(158,219,93); }
div.DivClassName
{
background-color: #9EDB5D;
}
.BgClassName
{
background-color: #9EDB5D;
}
</style>
border-color css
<style>
span { border-color: #9EDB5D; }
span { border-color: rgb(158,219,93); }
td.TdClassName
{
border-color: #9EDB5D;
}
.TagClassName
{
border-color: #9EDB5D;
}
</style>