Shades of Conifer #9EFA5D
Tints of Conifer #9EFA5D
RGB
CMYK
RGB Variations
Color information
#9EFA5D (or 0x9EFA5D) is known color: Conifer. HEX triplet: 9E, FA and 5D. RGB value is (158,250,93). Sum of RGB (Red+Green+Blue) = 158+250+93=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA5D is #6105A2. Grayscale: #CDCDCD. Windows color (decimal): -6358435 or 6159006. OLE color: 6159006.
HSL color Cylindrical-coordinate representation of color #9EFA5D: hue angle of 95.16º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EFA5D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 93 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.02 |
| HSL | 95.16º | 0.94% | 0.67% | - |
| HSV(B) | 95.16º | 0.63% | 0.98% | - |
| XYZ | 50.26 | 76.43 | 22.46 | - |
| YUV | 204.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 93 | 0.37 | 0 | 0.63 | 0.02 | 95.16 | 0.94 | 0.67 |
| Hex | 9E | FA | 5D | 25 | 0 | 3F | 2 | 5F | 5E | 43 |
| Octal | 236 | 372 | 135 | 45 | 0 | 77 | 2 | 137 | 136 | 103 |
| Binary | 10011110 | 11111010 | 1011101 | 100101 | 0 | 111111 | 10 | 1011111 | 1011110 | 1000011 |
Color Harmonies of #9EFA5D
Complementary color
Monochromatic Colors of #9EFA5D
Black with #9EFA5D
Text Example
Text Example
White with #9EFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA5D; }
p { color: rgb(158,250,93); }
H1.HeaderClassName
{
color: #9EFA5D;
}
.AnyTagClassName
{
color: #9EFA5D;
}
</style>
background-color css
<style>
a { background-color: #9EFA5D; }
a { background-color: rgb(158,250,93); }
div.DivClassName
{
background-color: #9EFA5D;
}
.BgClassName
{
background-color: #9EFA5D;
}
</style>
border-color css
<style>
span { border-color: #9EFA5D; }
span { border-color: rgb(158,250,93); }
td.TdClassName
{
border-color: #9EFA5D;
}
.TagClassName
{
border-color: #9EFA5D;
}
</style>