Shades of Conifer #9EFA55
Tints of Conifer #9EFA55
RGB
CMYK
RGB Variations
Color information
#9EFA55 (or 0x9EFA55) is known color: Conifer. HEX triplet: 9E, FA and 55. RGB value is (158,250,85). Sum of RGB (Red+Green+Blue) = 158+250+85=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA55 is #6105AA. Grayscale: #CCCCCC. Windows color (decimal): -6358443 or 5634718. OLE color: 5634718.
HSL color Cylindrical-coordinate representation of color #9EFA55: hue angle of 93.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EFA55 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 85 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.02 |
| HSL | 93.45º | 0.94% | 0.66% | - |
| HSV(B) | 93.45º | 0.66% | 0.98% | - |
| XYZ | 49.93 | 76.3 | 20.69 | - |
| YUV | 203.68 | 61.02 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 85 | 0.37 | 0 | 0.66 | 0.02 | 93.45 | 0.94 | 0.66 |
| Hex | 9E | FA | 55 | 25 | 0 | 42 | 2 | 5D | 5E | 42 |
| Octal | 236 | 372 | 125 | 45 | 0 | 102 | 2 | 135 | 136 | 102 |
| Binary | 10011110 | 11111010 | 1010101 | 100101 | 0 | 1000010 | 10 | 1011101 | 1011110 | 1000010 |
Color Harmonies of #9EFA55
Complementary color
Monochromatic Colors of #9EFA55
Black with #9EFA55
Text Example
Text Example
White with #9EFA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA55; }
p { color: rgb(158,250,85); }
H1.HeaderClassName
{
color: #9EFA55;
}
.AnyTagClassName
{
color: #9EFA55;
}
</style>
background-color css
<style>
a { background-color: #9EFA55; }
a { background-color: rgb(158,250,85); }
div.DivClassName
{
background-color: #9EFA55;
}
.BgClassName
{
background-color: #9EFA55;
}
</style>
border-color css
<style>
span { border-color: #9EFA55; }
span { border-color: rgb(158,250,85); }
td.TdClassName
{
border-color: #9EFA55;
}
.TagClassName
{
border-color: #9EFA55;
}
</style>