Shades of Conifer #9ED965
Tints of Conifer #9ED965
RGB
CMYK
RGB Variations
Color information
#9ED965 (or 0x9ED965) is known color: Conifer. HEX triplet: 9E, D9 and 65. RGB value is (158,217,101). Sum of RGB (Red+Green+Blue) = 158+217+101=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED965 is #61269A. Grayscale: #BABABA. Windows color (decimal): -6366875 or 6674846. OLE color: 6674846.
HSL color Cylindrical-coordinate representation of color #9ED965: hue angle of 90.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ED965 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 101 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.15 |
| HSL | 90.52º | 0.6% | 0.62% | - |
| HSV(B) | 90.52º | 0.53% | 0.85% | - |
| XYZ | 41.26 | 57.83 | 21.3 | - |
| YUV | 186.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 101 | 0.27 | 0 | 0.53 | 0.15 | 90.52 | 0.6 | 0.62 |
| Hex | 9E | D9 | 65 | 1B | 0 | 35 | F | 5B | 3C | 3E |
| Octal | 236 | 331 | 145 | 33 | 0 | 65 | 17 | 133 | 74 | 76 |
| Binary | 10011110 | 11011001 | 1100101 | 11011 | 0 | 110101 | 1111 | 1011011 | 111100 | 111110 |
Color Harmonies of #9ED965
Complementary color
Monochromatic Colors of #9ED965
Black with #9ED965
Text Example
Text Example
White with #9ED965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED965; }
p { color: rgb(158,217,101); }
H1.HeaderClassName
{
color: #9ED965;
}
.AnyTagClassName
{
color: #9ED965;
}
</style>
background-color css
<style>
a { background-color: #9ED965; }
a { background-color: rgb(158,217,101); }
div.DivClassName
{
background-color: #9ED965;
}
.BgClassName
{
background-color: #9ED965;
}
</style>
border-color css
<style>
span { border-color: #9ED965; }
span { border-color: rgb(158,217,101); }
td.TdClassName
{
border-color: #9ED965;
}
.TagClassName
{
border-color: #9ED965;
}
</style>