Shades of Conifer #9EDA62
Tints of Conifer #9EDA62
RGB
CMYK
RGB Variations
Color information
#9EDA62 (or 0x9EDA62) is known color: Conifer. HEX triplet: 9E, DA and 62. RGB value is (158,218,98). Sum of RGB (Red+Green+Blue) = 158+218+98=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA62 is #61259D. Grayscale: #BABABA. Windows color (decimal): -6366622 or 6478494. OLE color: 6478494.
HSL color Cylindrical-coordinate representation of color #9EDA62: hue angle of 90º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EDA62 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 98 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.15 |
| HSL | 90º | 0.62% | 0.62% | - |
| HSV(B) | 90º | 0.55% | 0.85% | - |
| XYZ | 41.38 | 58.29 | 20.63 | - |
| YUV | 186.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 98 | 0.28 | 0 | 0.55 | 0.15 | 90 | 0.62 | 0.62 |
| Hex | 9E | DA | 62 | 1C | 0 | 37 | F | 5A | 3E | 3E |
| Octal | 236 | 332 | 142 | 34 | 0 | 67 | 17 | 132 | 76 | 76 |
| Binary | 10011110 | 11011010 | 1100010 | 11100 | 0 | 110111 | 1111 | 1011010 | 111110 | 111110 |
Color Harmonies of #9EDA62
Complementary color
Monochromatic Colors of #9EDA62
Black with #9EDA62
Text Example
Text Example
White with #9EDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA62; }
p { color: rgb(158,218,98); }
H1.HeaderClassName
{
color: #9EDA62;
}
.AnyTagClassName
{
color: #9EDA62;
}
</style>
background-color css
<style>
a { background-color: #9EDA62; }
a { background-color: rgb(158,218,98); }
div.DivClassName
{
background-color: #9EDA62;
}
.BgClassName
{
background-color: #9EDA62;
}
</style>
border-color css
<style>
span { border-color: #9EDA62; }
span { border-color: rgb(158,218,98); }
td.TdClassName
{
border-color: #9EDA62;
}
.TagClassName
{
border-color: #9EDA62;
}
</style>