Shades of Conifer #9ED661
Tints of Conifer #9ED661
RGB
CMYK
RGB Variations
Color information
#9ED661 (or 0x9ED661) is known color: Conifer. HEX triplet: 9E, D6 and 61. RGB value is (158,214,97). Sum of RGB (Red+Green+Blue) = 158+214+97=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED661 is #61299E. Grayscale: #B8B8B8. Windows color (decimal): -6367647 or 6411934. OLE color: 6411934.
HSL color Cylindrical-coordinate representation of color #9ED661: hue angle of 88.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ED661 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 97 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.16 |
| HSL | 88.72º | 0.59% | 0.61% | - |
| HSV(B) | 88.72º | 0.55% | 0.84% | - |
| XYZ | 40.3 | 56.23 | 20.04 | - |
| YUV | 183.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 97 | 0.26 | 0 | 0.55 | 0.16 | 88.72 | 0.59 | 0.61 |
| Hex | 9E | D6 | 61 | 1A | 0 | 37 | 10 | 59 | 3B | 3D |
| Octal | 236 | 326 | 141 | 32 | 0 | 67 | 20 | 131 | 73 | 75 |
| Binary | 10011110 | 11010110 | 1100001 | 11010 | 0 | 110111 | 10000 | 1011001 | 111011 | 111101 |
Color Harmonies of #9ED661
Complementary color
Monochromatic Colors of #9ED661
Black with #9ED661
Text Example
Text Example
White with #9ED661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED661; }
p { color: rgb(158,214,97); }
H1.HeaderClassName
{
color: #9ED661;
}
.AnyTagClassName
{
color: #9ED661;
}
</style>
background-color css
<style>
a { background-color: #9ED661; }
a { background-color: rgb(158,214,97); }
div.DivClassName
{
background-color: #9ED661;
}
.BgClassName
{
background-color: #9ED661;
}
</style>
border-color css
<style>
span { border-color: #9ED661; }
span { border-color: rgb(158,214,97); }
td.TdClassName
{
border-color: #9ED661;
}
.TagClassName
{
border-color: #9ED661;
}
</style>