Shades of Conifer #9ED45B
Tints of Conifer #9ED45B
RGB
CMYK
RGB Variations
Color information
#9ED45B (or 0x9ED45B) is known color: Conifer. HEX triplet: 9E, D4 and 5B. RGB value is (158,212,91). Sum of RGB (Red+Green+Blue) = 158+212+91=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED45B is #612BA4. Grayscale: #B6B6B6. Windows color (decimal): -6368165 or 6018206. OLE color: 6018206.
HSL color Cylindrical-coordinate representation of color #9ED45B: hue angle of 86.78º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ED45B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 91 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.17 |
| HSL | 86.78º | 0.58% | 0.59% | - |
| HSV(B) | 86.78º | 0.57% | 0.83% | - |
| XYZ | 39.53 | 55.11 | 18.45 | - |
| YUV | 182.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 91 | 0.25 | 0 | 0.57 | 0.17 | 86.78 | 0.58 | 0.59 |
| Hex | 9E | D4 | 5B | 19 | 0 | 39 | 11 | 57 | 3A | 3B |
| Octal | 236 | 324 | 133 | 31 | 0 | 71 | 21 | 127 | 72 | 73 |
| Binary | 10011110 | 11010100 | 1011011 | 11001 | 0 | 111001 | 10001 | 1010111 | 111010 | 111011 |
Color Harmonies of #9ED45B
Complementary color
Monochromatic Colors of #9ED45B
Black with #9ED45B
Text Example
Text Example
White with #9ED45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED45B; }
p { color: rgb(158,212,91); }
H1.HeaderClassName
{
color: #9ED45B;
}
.AnyTagClassName
{
color: #9ED45B;
}
</style>
background-color css
<style>
a { background-color: #9ED45B; }
a { background-color: rgb(158,212,91); }
div.DivClassName
{
background-color: #9ED45B;
}
.BgClassName
{
background-color: #9ED45B;
}
</style>
border-color css
<style>
span { border-color: #9ED45B; }
span { border-color: rgb(158,212,91); }
td.TdClassName
{
border-color: #9ED45B;
}
.TagClassName
{
border-color: #9ED45B;
}
</style>