Shades of Conifer #9ED85D
Tints of Conifer #9ED85D
RGB
CMYK
RGB Variations
Color information
#9ED85D (or 0x9ED85D) is known color: Conifer. HEX triplet: 9E, D8 and 5D. RGB value is (158,216,93). Sum of RGB (Red+Green+Blue) = 158+216+93=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED85D is #6127A2. Grayscale: #B9B9B9. Windows color (decimal): -6367139 or 6150302. OLE color: 6150302.
HSL color Cylindrical-coordinate representation of color #9ED85D: hue angle of 88.29º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ED85D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 93 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.15 |
| HSL | 88.29º | 0.61% | 0.61% | - |
| HSV(B) | 88.29º | 0.57% | 0.85% | - |
| XYZ | 40.63 | 57.17 | 19.25 | - |
| YUV | 184.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 93 | 0.27 | 0 | 0.57 | 0.15 | 88.29 | 0.61 | 0.61 |
| Hex | 9E | D8 | 5D | 1B | 0 | 39 | F | 58 | 3D | 3D |
| Octal | 236 | 330 | 135 | 33 | 0 | 71 | 17 | 130 | 75 | 75 |
| Binary | 10011110 | 11011000 | 1011101 | 11011 | 0 | 111001 | 1111 | 1011000 | 111101 | 111101 |
Color Harmonies of #9ED85D
Complementary color
Monochromatic Colors of #9ED85D
Black with #9ED85D
Text Example
Text Example
White with #9ED85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED85D; }
p { color: rgb(158,216,93); }
H1.HeaderClassName
{
color: #9ED85D;
}
.AnyTagClassName
{
color: #9ED85D;
}
</style>
background-color css
<style>
a { background-color: #9ED85D; }
a { background-color: rgb(158,216,93); }
div.DivClassName
{
background-color: #9ED85D;
}
.BgClassName
{
background-color: #9ED85D;
}
</style>
border-color css
<style>
span { border-color: #9ED85D; }
span { border-color: rgb(158,216,93); }
td.TdClassName
{
border-color: #9ED85D;
}
.TagClassName
{
border-color: #9ED85D;
}
</style>