Shades of Conifer #9ED45C
Tints of Conifer #9ED45C
RGB
CMYK
RGB Variations
Color information
#9ED45C (or 0x9ED45C) is known color: Conifer. HEX triplet: 9E, D4 and 5C. RGB value is (158,212,92). Sum of RGB (Red+Green+Blue) = 158+212+92=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED45C is #612BA3. Grayscale: #B6B6B6. Windows color (decimal): -6368164 or 6083742. OLE color: 6083742.
HSL color Cylindrical-coordinate representation of color #9ED45C: hue angle of 87º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ED45C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 92 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.17 |
| HSL | 87º | 0.58% | 0.6% | - |
| HSV(B) | 87º | 0.57% | 0.83% | - |
| XYZ | 39.58 | 55.13 | 18.68 | - |
| YUV | 182.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 92 | 0.25 | 0 | 0.57 | 0.17 | 87 | 0.58 | 0.6 |
| Hex | 9E | D4 | 5C | 19 | 0 | 39 | 11 | 57 | 3A | 3C |
| Octal | 236 | 324 | 134 | 31 | 0 | 71 | 21 | 127 | 72 | 74 |
| Binary | 10011110 | 11010100 | 1011100 | 11001 | 0 | 111001 | 10001 | 1010111 | 111010 | 111100 |
Color Harmonies of #9ED45C
Complementary color
Monochromatic Colors of #9ED45C
Black with #9ED45C
Text Example
Text Example
White with #9ED45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED45C; }
p { color: rgb(158,212,92); }
H1.HeaderClassName
{
color: #9ED45C;
}
.AnyTagClassName
{
color: #9ED45C;
}
</style>
background-color css
<style>
a { background-color: #9ED45C; }
a { background-color: rgb(158,212,92); }
div.DivClassName
{
background-color: #9ED45C;
}
.BgClassName
{
background-color: #9ED45C;
}
</style>
border-color css
<style>
span { border-color: #9ED45C; }
span { border-color: rgb(158,212,92); }
td.TdClassName
{
border-color: #9ED45C;
}
.TagClassName
{
border-color: #9ED45C;
}
</style>