Shades of Conifer #9EDA57
Tints of Conifer #9EDA57
RGB
CMYK
RGB Variations
Color information
#9EDA57 (or 0x9EDA57) is known color: Conifer. HEX triplet: 9E, DA and 57. RGB value is (158,218,87). Sum of RGB (Red+Green+Blue) = 158+218+87=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA57 is #6125A8. Grayscale: #B9B9B9. Windows color (decimal): -6366633 or 5757598. OLE color: 5757598.
HSL color Cylindrical-coordinate representation of color #9EDA57: hue angle of 87.48º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EDA57 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 87 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.15 |
| HSL | 87.48º | 0.64% | 0.6% | - |
| HSV(B) | 87.48º | 0.6% | 0.85% | - |
| XYZ | 40.89 | 58.1 | 18.08 | - |
| YUV | 185.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 87 | 0.28 | 0 | 0.60 | 0.15 | 87.48 | 0.64 | 0.6 |
| Hex | 9E | DA | 57 | 1C | 0 | 3C | F | 57 | 40 | 3C |
| Octal | 236 | 332 | 127 | 34 | 0 | 74 | 17 | 127 | 100 | 74 |
| Binary | 10011110 | 11011010 | 1010111 | 11100 | 0 | 111100 | 1111 | 1010111 | 1000000 | 111100 |
Color Harmonies of #9EDA57
Complementary color
Monochromatic Colors of #9EDA57
Black with #9EDA57
Text Example
Text Example
White with #9EDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA57; }
p { color: rgb(158,218,87); }
H1.HeaderClassName
{
color: #9EDA57;
}
.AnyTagClassName
{
color: #9EDA57;
}
</style>
background-color css
<style>
a { background-color: #9EDA57; }
a { background-color: rgb(158,218,87); }
div.DivClassName
{
background-color: #9EDA57;
}
.BgClassName
{
background-color: #9EDA57;
}
</style>
border-color css
<style>
span { border-color: #9EDA57; }
span { border-color: rgb(158,218,87); }
td.TdClassName
{
border-color: #9EDA57;
}
.TagClassName
{
border-color: #9EDA57;
}
</style>