Shades of Conifer #9EED54
Tints of Conifer #9EED54
RGB
CMYK
RGB Variations
Color information
#9EED54 (or 0x9EED54) is known color: Conifer. HEX triplet: 9E, ED and 54. RGB value is (158,237,84). Sum of RGB (Red+Green+Blue) = 158+237+84=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED54 is #6112AB. Grayscale: #C4C4C4. Windows color (decimal): -6361772 or 5565854. OLE color: 5565854.
HSL color Cylindrical-coordinate representation of color #9EED54: hue angle of 90.98º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EED54 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 84 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.07 |
| HSL | 90.98º | 0.81% | 0.63% | - |
| HSV(B) | 90.98º | 0.65% | 0.93% | - |
| XYZ | 45.98 | 68.48 | 19.18 | - |
| YUV | 195.94 | 64.83 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 84 | 0.33 | 0 | 0.65 | 0.07 | 90.98 | 0.81 | 0.63 |
| Hex | 9E | ED | 54 | 21 | 0 | 41 | 7 | 5B | 51 | 3F |
| Octal | 236 | 355 | 124 | 41 | 0 | 101 | 7 | 133 | 121 | 77 |
| Binary | 10011110 | 11101101 | 1010100 | 100001 | 0 | 1000001 | 111 | 1011011 | 1010001 | 111111 |
Color Harmonies of #9EED54
Complementary color
Monochromatic Colors of #9EED54
Black with #9EED54
Text Example
Text Example
White with #9EED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED54; }
p { color: rgb(158,237,84); }
H1.HeaderClassName
{
color: #9EED54;
}
.AnyTagClassName
{
color: #9EED54;
}
</style>
background-color css
<style>
a { background-color: #9EED54; }
a { background-color: rgb(158,237,84); }
div.DivClassName
{
background-color: #9EED54;
}
.BgClassName
{
background-color: #9EED54;
}
</style>
border-color css
<style>
span { border-color: #9EED54; }
span { border-color: rgb(158,237,84); }
td.TdClassName
{
border-color: #9EED54;
}
.TagClassName
{
border-color: #9EED54;
}
</style>