Shades of Conifer #9ED351
Tints of Conifer #9ED351
RGB
CMYK
RGB Variations
Color information
#9ED351 (or 0x9ED351) is known color: Conifer. HEX triplet: 9E, D3 and 51. RGB value is (158,211,81). Sum of RGB (Red+Green+Blue) = 158+211+81=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED351 is #612CAE. Grayscale: #B4B4B4. Windows color (decimal): -6368431 or 5362590. OLE color: 5362590.
HSL color Cylindrical-coordinate representation of color #9ED351: hue angle of 84.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ED351 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 81 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.17 |
| HSL | 84.46º | 0.6% | 0.57% | - |
| HSV(B) | 84.46º | 0.62% | 0.83% | - |
| XYZ | 38.88 | 54.45 | 16.25 | - |
| YUV | 180.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 81 | 0.25 | 0 | 0.62 | 0.17 | 84.46 | 0.6 | 0.57 |
| Hex | 9E | D3 | 51 | 19 | 0 | 3E | 11 | 54 | 3C | 39 |
| Octal | 236 | 323 | 121 | 31 | 0 | 76 | 21 | 124 | 74 | 71 |
| Binary | 10011110 | 11010011 | 1010001 | 11001 | 0 | 111110 | 10001 | 1010100 | 111100 | 111001 |
Color Harmonies of #9ED351
Complementary color
Monochromatic Colors of #9ED351
Black with #9ED351
Text Example
Text Example
White with #9ED351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED351; }
p { color: rgb(158,211,81); }
H1.HeaderClassName
{
color: #9ED351;
}
.AnyTagClassName
{
color: #9ED351;
}
</style>
background-color css
<style>
a { background-color: #9ED351; }
a { background-color: rgb(158,211,81); }
div.DivClassName
{
background-color: #9ED351;
}
.BgClassName
{
background-color: #9ED351;
}
</style>
border-color css
<style>
span { border-color: #9ED351; }
span { border-color: rgb(158,211,81); }
td.TdClassName
{
border-color: #9ED351;
}
.TagClassName
{
border-color: #9ED351;
}
</style>