Shades of Conifer #9ED550
Tints of Conifer #9ED550
RGB
CMYK
RGB Variations
Color information
#9ED550 (or 0x9ED550) is known color: Conifer. HEX triplet: 9E, D5 and 50. RGB value is (158,213,80). Sum of RGB (Red+Green+Blue) = 158+213+80=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED550 is #612AAF. Grayscale: #B5B5B5. Windows color (decimal): -6367920 or 5297566. OLE color: 5297566.
HSL color Cylindrical-coordinate representation of color #9ED550: hue angle of 84.81º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ED550 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 80 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.16 |
| HSL | 84.81º | 0.61% | 0.57% | - |
| HSV(B) | 84.81º | 0.62% | 0.84% | - |
| XYZ | 39.34 | 55.44 | 16.22 | - |
| YUV | 181.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 80 | 0.26 | 0 | 0.62 | 0.16 | 84.81 | 0.61 | 0.57 |
| Hex | 9E | D5 | 50 | 1A | 0 | 3E | 10 | 55 | 3D | 39 |
| Octal | 236 | 325 | 120 | 32 | 0 | 76 | 20 | 125 | 75 | 71 |
| Binary | 10011110 | 11010101 | 1010000 | 11010 | 0 | 111110 | 10000 | 1010101 | 111101 | 111001 |
Color Harmonies of #9ED550
Complementary color
Monochromatic Colors of #9ED550
Black with #9ED550
Text Example
Text Example
White with #9ED550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED550; }
p { color: rgb(158,213,80); }
H1.HeaderClassName
{
color: #9ED550;
}
.AnyTagClassName
{
color: #9ED550;
}
</style>
background-color css
<style>
a { background-color: #9ED550; }
a { background-color: rgb(158,213,80); }
div.DivClassName
{
background-color: #9ED550;
}
.BgClassName
{
background-color: #9ED550;
}
</style>
border-color css
<style>
span { border-color: #9ED550; }
span { border-color: rgb(158,213,80); }
td.TdClassName
{
border-color: #9ED550;
}
.TagClassName
{
border-color: #9ED550;
}
</style>