Shades of Conifer #9ED55B
Tints of Conifer #9ED55B
RGB
CMYK
RGB Variations
Color information
#9ED55B (or 0x9ED55B) is known color: Conifer. HEX triplet: 9E, D5 and 5B. RGB value is (158,213,91). Sum of RGB (Red+Green+Blue) = 158+213+91=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED55B is #612AA4. Grayscale: #B7B7B7. Windows color (decimal): -6367909 or 6018462. OLE color: 6018462.
HSL color Cylindrical-coordinate representation of color #9ED55B: hue angle of 87.05º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ED55B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 91 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.16 |
| HSL | 87.05º | 0.59% | 0.6% | - |
| HSV(B) | 87.05º | 0.57% | 0.84% | - |
| XYZ | 39.78 | 55.61 | 18.54 | - |
| YUV | 182.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 91 | 0.26 | 0 | 0.57 | 0.16 | 87.05 | 0.59 | 0.6 |
| Hex | 9E | D5 | 5B | 1A | 0 | 39 | 10 | 57 | 3B | 3C |
| Octal | 236 | 325 | 133 | 32 | 0 | 71 | 20 | 127 | 73 | 74 |
| Binary | 10011110 | 11010101 | 1011011 | 11010 | 0 | 111001 | 10000 | 1010111 | 111011 | 111100 |
Color Harmonies of #9ED55B
Complementary color
Monochromatic Colors of #9ED55B
Black with #9ED55B
Text Example
Text Example
White with #9ED55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED55B; }
p { color: rgb(158,213,91); }
H1.HeaderClassName
{
color: #9ED55B;
}
.AnyTagClassName
{
color: #9ED55B;
}
</style>
background-color css
<style>
a { background-color: #9ED55B; }
a { background-color: rgb(158,213,91); }
div.DivClassName
{
background-color: #9ED55B;
}
.BgClassName
{
background-color: #9ED55B;
}
</style>
border-color css
<style>
span { border-color: #9ED55B; }
span { border-color: rgb(158,213,91); }
td.TdClassName
{
border-color: #9ED55B;
}
.TagClassName
{
border-color: #9ED55B;
}
</style>