Shades of Conifer #9EDD4C
Tints of Conifer #9EDD4C
RGB
CMYK
RGB Variations
Color information
#9EDD4C (or 0x9EDD4C) is known color: Conifer. HEX triplet: 9E, DD and 4C. RGB value is (158,221,76). Sum of RGB (Red+Green+Blue) = 158+221+76=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD4C is #6122B3. Grayscale: #BABABA. Windows color (decimal): -6365876 or 5037470. OLE color: 5037470.
HSL color Cylindrical-coordinate representation of color #9EDD4C: hue angle of 86.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EDD4C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 76 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.13 |
| HSL | 86.07º | 0.68% | 0.58% | - |
| HSV(B) | 86.07º | 0.66% | 0.87% | - |
| XYZ | 41.26 | 59.5 | 16.15 | - |
| YUV | 185.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 76 | 0.29 | 0 | 0.66 | 0.13 | 86.07 | 0.68 | 0.58 |
| Hex | 9E | DD | 4C | 1D | 0 | 42 | D | 56 | 44 | 3A |
| Octal | 236 | 335 | 114 | 35 | 0 | 102 | 15 | 126 | 104 | 72 |
| Binary | 10011110 | 11011101 | 1001100 | 11101 | 0 | 1000010 | 1101 | 1010110 | 1000100 | 111010 |
Color Harmonies of #9EDD4C
Complementary color
Monochromatic Colors of #9EDD4C
Black with #9EDD4C
Text Example
Text Example
White with #9EDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD4C; }
p { color: rgb(158,221,76); }
H1.HeaderClassName
{
color: #9EDD4C;
}
.AnyTagClassName
{
color: #9EDD4C;
}
</style>
background-color css
<style>
a { background-color: #9EDD4C; }
a { background-color: rgb(158,221,76); }
div.DivClassName
{
background-color: #9EDD4C;
}
.BgClassName
{
background-color: #9EDD4C;
}
</style>
border-color css
<style>
span { border-color: #9EDD4C; }
span { border-color: rgb(158,221,76); }
td.TdClassName
{
border-color: #9EDD4C;
}
.TagClassName
{
border-color: #9EDD4C;
}
</style>