Shades of Conifer #9EDD54
Tints of Conifer #9EDD54
RGB
CMYK
RGB Variations
Color information
#9EDD54 (or 0x9EDD54) is known color: Conifer. HEX triplet: 9E, DD and 54. RGB value is (158,221,84). Sum of RGB (Red+Green+Blue) = 158+221+84=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD54 is #6122AB. Grayscale: #BBBBBB. Windows color (decimal): -6365868 or 5561758. OLE color: 5561758.
HSL color Cylindrical-coordinate representation of color #9EDD54: hue angle of 87.59º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EDD54 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 84 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.13 |
| HSL | 87.59º | 0.67% | 0.6% | - |
| HSV(B) | 87.59º | 0.62% | 0.87% | - |
| XYZ | 41.56 | 59.62 | 17.71 | - |
| YUV | 186.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 84 | 0.29 | 0 | 0.62 | 0.13 | 87.59 | 0.67 | 0.6 |
| Hex | 9E | DD | 54 | 1D | 0 | 3E | D | 58 | 43 | 3C |
| Octal | 236 | 335 | 124 | 35 | 0 | 76 | 15 | 130 | 103 | 74 |
| Binary | 10011110 | 11011101 | 1010100 | 11101 | 0 | 111110 | 1101 | 1011000 | 1000011 | 111100 |
Color Harmonies of #9EDD54
Complementary color
Monochromatic Colors of #9EDD54
Black with #9EDD54
Text Example
Text Example
White with #9EDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD54; }
p { color: rgb(158,221,84); }
H1.HeaderClassName
{
color: #9EDD54;
}
.AnyTagClassName
{
color: #9EDD54;
}
</style>
background-color css
<style>
a { background-color: #9EDD54; }
a { background-color: rgb(158,221,84); }
div.DivClassName
{
background-color: #9EDD54;
}
.BgClassName
{
background-color: #9EDD54;
}
</style>
border-color css
<style>
span { border-color: #9EDD54; }
span { border-color: rgb(158,221,84); }
td.TdClassName
{
border-color: #9EDD54;
}
.TagClassName
{
border-color: #9EDD54;
}
</style>