Shades of Conifer #9ED55D
Tints of Conifer #9ED55D
RGB
CMYK
RGB Variations
Color information
#9ED55D (or 0x9ED55D) is known color: Conifer. HEX triplet: 9E, D5 and 5D. RGB value is (158,213,93). Sum of RGB (Red+Green+Blue) = 158+213+93=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED55D is #612AA2. Grayscale: #B7B7B7. Windows color (decimal): -6367907 or 6149534. OLE color: 6149534.
HSL color Cylindrical-coordinate representation of color #9ED55D: hue angle of 87.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ED55D is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 93 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.16 |
| HSL | 87.5º | 0.59% | 0.6% | - |
| HSV(B) | 87.5º | 0.56% | 0.84% | - |
| XYZ | 39.87 | 55.65 | 19 | - |
| YUV | 182.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 93 | 0.26 | 0 | 0.56 | 0.16 | 87.5 | 0.59 | 0.6 |
| Hex | 9E | D5 | 5D | 1A | 0 | 38 | 10 | 57 | 3B | 3C |
| Octal | 236 | 325 | 135 | 32 | 0 | 70 | 20 | 127 | 73 | 74 |
| Binary | 10011110 | 11010101 | 1011101 | 11010 | 0 | 111000 | 10000 | 1010111 | 111011 | 111100 |
Color Harmonies of #9ED55D
Complementary color
Monochromatic Colors of #9ED55D
Black with #9ED55D
Text Example
Text Example
White with #9ED55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED55D; }
p { color: rgb(158,213,93); }
H1.HeaderClassName
{
color: #9ED55D;
}
.AnyTagClassName
{
color: #9ED55D;
}
</style>
background-color css
<style>
a { background-color: #9ED55D; }
a { background-color: rgb(158,213,93); }
div.DivClassName
{
background-color: #9ED55D;
}
.BgClassName
{
background-color: #9ED55D;
}
</style>
border-color css
<style>
span { border-color: #9ED55D; }
span { border-color: rgb(158,213,93); }
td.TdClassName
{
border-color: #9ED55D;
}
.TagClassName
{
border-color: #9ED55D;
}
</style>