Shades of Conifer #9EDA55
Tints of Conifer #9EDA55
RGB
CMYK
RGB Variations
Color information
#9EDA55 (or 0x9EDA55) is known color: Conifer. HEX triplet: 9E, DA and 55. RGB value is (158,218,85). Sum of RGB (Red+Green+Blue) = 158+218+85=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA55 is #6125AA. Grayscale: #B9B9B9. Windows color (decimal): -6366635 or 5626526. OLE color: 5626526.
HSL color Cylindrical-coordinate representation of color #9EDA55: hue angle of 87.07º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EDA55 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 85 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.15 |
| HSL | 87.07º | 0.64% | 0.59% | - |
| HSV(B) | 87.07º | 0.61% | 0.85% | - |
| XYZ | 40.81 | 58.07 | 17.65 | - |
| YUV | 184.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 85 | 0.28 | 0 | 0.61 | 0.15 | 87.07 | 0.64 | 0.59 |
| Hex | 9E | DA | 55 | 1C | 0 | 3D | F | 57 | 40 | 3B |
| Octal | 236 | 332 | 125 | 34 | 0 | 75 | 17 | 127 | 100 | 73 |
| Binary | 10011110 | 11011010 | 1010101 | 11100 | 0 | 111101 | 1111 | 1010111 | 1000000 | 111011 |
Color Harmonies of #9EDA55
Complementary color
Monochromatic Colors of #9EDA55
Black with #9EDA55
Text Example
Text Example
White with #9EDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA55; }
p { color: rgb(158,218,85); }
H1.HeaderClassName
{
color: #9EDA55;
}
.AnyTagClassName
{
color: #9EDA55;
}
</style>
background-color css
<style>
a { background-color: #9EDA55; }
a { background-color: rgb(158,218,85); }
div.DivClassName
{
background-color: #9EDA55;
}
.BgClassName
{
background-color: #9EDA55;
}
</style>
border-color css
<style>
span { border-color: #9EDA55; }
span { border-color: rgb(158,218,85); }
td.TdClassName
{
border-color: #9EDA55;
}
.TagClassName
{
border-color: #9EDA55;
}
</style>