Shades of Conifer #9ED758
Tints of Conifer #9ED758
RGB
CMYK
RGB Variations
Color information
#9ED758 (or 0x9ED758) is known color: Conifer. HEX triplet: 9E, D7 and 58. RGB value is (158,215,88). Sum of RGB (Red+Green+Blue) = 158+215+88=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED758 is #6128A7. Grayscale: #B7B7B7. Windows color (decimal): -6367400 or 5822366. OLE color: 5822366.
HSL color Cylindrical-coordinate representation of color #9ED758: hue angle of 86.93º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ED758 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 88 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.16 |
| HSL | 86.93º | 0.61% | 0.59% | - |
| HSV(B) | 86.93º | 0.59% | 0.84% | - |
| XYZ | 40.16 | 56.57 | 18.04 | - |
| YUV | 183.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 88 | 0.27 | 0 | 0.59 | 0.16 | 86.93 | 0.61 | 0.59 |
| Hex | 9E | D7 | 58 | 1B | 0 | 3B | 10 | 57 | 3D | 3B |
| Octal | 236 | 327 | 130 | 33 | 0 | 73 | 20 | 127 | 75 | 73 |
| Binary | 10011110 | 11010111 | 1011000 | 11011 | 0 | 111011 | 10000 | 1010111 | 111101 | 111011 |
Color Harmonies of #9ED758
Complementary color
Monochromatic Colors of #9ED758
Black with #9ED758
Text Example
Text Example
White with #9ED758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED758; }
p { color: rgb(158,215,88); }
H1.HeaderClassName
{
color: #9ED758;
}
.AnyTagClassName
{
color: #9ED758;
}
</style>
background-color css
<style>
a { background-color: #9ED758; }
a { background-color: rgb(158,215,88); }
div.DivClassName
{
background-color: #9ED758;
}
.BgClassName
{
background-color: #9ED758;
}
</style>
border-color css
<style>
span { border-color: #9ED758; }
span { border-color: rgb(158,215,88); }
td.TdClassName
{
border-color: #9ED758;
}
.TagClassName
{
border-color: #9ED758;
}
</style>