Shades of Conifer #9EFA5A
Tints of Conifer #9EFA5A
RGB
CMYK
RGB Variations
Color information
#9EFA5A (or 0x9EFA5A) is known color: Conifer. HEX triplet: 9E, FA and 5A. RGB value is (158,250,90). Sum of RGB (Red+Green+Blue) = 158+250+90=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA5A is #6105A5. Grayscale: #CCCCCC. Windows color (decimal): -6358438 or 5962398. OLE color: 5962398.
HSL color Cylindrical-coordinate representation of color #9EFA5A: hue angle of 94.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EFA5A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 90 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.02 |
| HSL | 94.5º | 0.94% | 0.67% | - |
| HSV(B) | 94.5º | 0.64% | 0.98% | - |
| XYZ | 50.13 | 76.38 | 21.77 | - |
| YUV | 204.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 90 | 0.37 | 0 | 0.64 | 0.02 | 94.5 | 0.94 | 0.67 |
| Hex | 9E | FA | 5A | 25 | 0 | 40 | 2 | 5E | 5E | 43 |
| Octal | 236 | 372 | 132 | 45 | 0 | 100 | 2 | 136 | 136 | 103 |
| Binary | 10011110 | 11111010 | 1011010 | 100101 | 0 | 1000000 | 10 | 1011110 | 1011110 | 1000011 |
Color Harmonies of #9EFA5A
Complementary color
Monochromatic Colors of #9EFA5A
Black with #9EFA5A
Text Example
Text Example
White with #9EFA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA5A; }
p { color: rgb(158,250,90); }
H1.HeaderClassName
{
color: #9EFA5A;
}
.AnyTagClassName
{
color: #9EFA5A;
}
</style>
background-color css
<style>
a { background-color: #9EFA5A; }
a { background-color: rgb(158,250,90); }
div.DivClassName
{
background-color: #9EFA5A;
}
.BgClassName
{
background-color: #9EFA5A;
}
</style>
border-color css
<style>
span { border-color: #9EFA5A; }
span { border-color: rgb(158,250,90); }
td.TdClassName
{
border-color: #9EFA5A;
}
.TagClassName
{
border-color: #9EFA5A;
}
</style>