Shades of Conifer #9ED65C
Tints of Conifer #9ED65C
RGB
CMYK
RGB Variations
Color information
#9ED65C (or 0x9ED65C) is known color: Conifer. HEX triplet: 9E, D6 and 5C. RGB value is (158,214,92). Sum of RGB (Red+Green+Blue) = 158+214+92=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED65C is #6129A3. Grayscale: #B7B7B7. Windows color (decimal): -6367652 or 6084254. OLE color: 6084254.
HSL color Cylindrical-coordinate representation of color #9ED65C: hue angle of 87.54º degrees, saturation: 0.6, 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 #9ED65C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 92 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.16 |
| HSL | 87.54º | 0.6% | 0.6% | - |
| HSV(B) | 87.54º | 0.57% | 0.84% | - |
| XYZ | 40.08 | 56.13 | 18.85 | - |
| YUV | 183.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 92 | 0.26 | 0 | 0.57 | 0.16 | 87.54 | 0.6 | 0.6 |
| Hex | 9E | D6 | 5C | 1A | 0 | 39 | 10 | 58 | 3C | 3C |
| Octal | 236 | 326 | 134 | 32 | 0 | 71 | 20 | 130 | 74 | 74 |
| Binary | 10011110 | 11010110 | 1011100 | 11010 | 0 | 111001 | 10000 | 1011000 | 111100 | 111100 |
Color Harmonies of #9ED65C
Complementary color
Monochromatic Colors of #9ED65C
Black with #9ED65C
Text Example
Text Example
White with #9ED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED65C; }
p { color: rgb(158,214,92); }
H1.HeaderClassName
{
color: #9ED65C;
}
.AnyTagClassName
{
color: #9ED65C;
}
</style>
background-color css
<style>
a { background-color: #9ED65C; }
a { background-color: rgb(158,214,92); }
div.DivClassName
{
background-color: #9ED65C;
}
.BgClassName
{
background-color: #9ED65C;
}
</style>
border-color css
<style>
span { border-color: #9ED65C; }
span { border-color: rgb(158,214,92); }
td.TdClassName
{
border-color: #9ED65C;
}
.TagClassName
{
border-color: #9ED65C;
}
</style>