Shades of Conifer #9ED65A
Tints of Conifer #9ED65A
RGB
CMYK
RGB Variations
Color information
#9ED65A (or 0x9ED65A) is known color: Conifer. HEX triplet: 9E, D6 and 5A. RGB value is (158,214,90). Sum of RGB (Red+Green+Blue) = 158+214+90=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED65A is #6129A5. Grayscale: #B7B7B7. Windows color (decimal): -6367654 or 5953182. OLE color: 5953182.
HSL color Cylindrical-coordinate representation of color #9ED65A: hue angle of 87.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ED65A is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 90 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.16 |
| HSL | 87.1º | 0.6% | 0.6% | - |
| HSV(B) | 87.1º | 0.58% | 0.84% | - |
| XYZ | 39.99 | 56.1 | 18.39 | - |
| YUV | 183.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 90 | 0.26 | 0 | 0.58 | 0.16 | 87.1 | 0.6 | 0.6 |
| Hex | 9E | D6 | 5A | 1A | 0 | 3A | 10 | 57 | 3C | 3C |
| Octal | 236 | 326 | 132 | 32 | 0 | 72 | 20 | 127 | 74 | 74 |
| Binary | 10011110 | 11010110 | 1011010 | 11010 | 0 | 111010 | 10000 | 1010111 | 111100 | 111100 |
Color Harmonies of #9ED65A
Complementary color
Monochromatic Colors of #9ED65A
Black with #9ED65A
Text Example
Text Example
White with #9ED65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED65A; }
p { color: rgb(158,214,90); }
H1.HeaderClassName
{
color: #9ED65A;
}
.AnyTagClassName
{
color: #9ED65A;
}
</style>
background-color css
<style>
a { background-color: #9ED65A; }
a { background-color: rgb(158,214,90); }
div.DivClassName
{
background-color: #9ED65A;
}
.BgClassName
{
background-color: #9ED65A;
}
</style>
border-color css
<style>
span { border-color: #9ED65A; }
span { border-color: rgb(158,214,90); }
td.TdClassName
{
border-color: #9ED65A;
}
.TagClassName
{
border-color: #9ED65A;
}
</style>