Shades of Conifer #9EFC5D
Tints of Conifer #9EFC5D
RGB
CMYK
RGB Variations
Color information
#9EFC5D (or 0x9EFC5D) is known color: Conifer. HEX triplet: 9E, FC and 5D. RGB value is (158,252,93). Sum of RGB (Red+Green+Blue) = 158+252+93=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC5D is #6103A2. Grayscale: #CECECE. Windows color (decimal): -6357923 or 6159518. OLE color: 6159518.
HSL color Cylindrical-coordinate representation of color #9EFC5D: hue angle of 95.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EFC5D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 93 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.01 |
| HSL | 95.47º | 0.96% | 0.68% | - |
| HSV(B) | 95.47º | 0.63% | 0.99% | - |
| XYZ | 50.89 | 77.68 | 22.67 | - |
| YUV | 205.77 | 64.36 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 93 | 0.37 | 0 | 0.63 | 0.01 | 95.47 | 0.96 | 0.68 |
| Hex | 9E | FC | 5D | 25 | 0 | 3F | 1 | 5F | 60 | 44 |
| Octal | 236 | 374 | 135 | 45 | 0 | 77 | 1 | 137 | 140 | 104 |
| Binary | 10011110 | 11111100 | 1011101 | 100101 | 0 | 111111 | 1 | 1011111 | 1100000 | 1000100 |
Color Harmonies of #9EFC5D
Complementary color
Monochromatic Colors of #9EFC5D
Black with #9EFC5D
Text Example
Text Example
White with #9EFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC5D; }
p { color: rgb(158,252,93); }
H1.HeaderClassName
{
color: #9EFC5D;
}
.AnyTagClassName
{
color: #9EFC5D;
}
</style>
background-color css
<style>
a { background-color: #9EFC5D; }
a { background-color: rgb(158,252,93); }
div.DivClassName
{
background-color: #9EFC5D;
}
.BgClassName
{
background-color: #9EFC5D;
}
</style>
border-color css
<style>
span { border-color: #9EFC5D; }
span { border-color: rgb(158,252,93); }
td.TdClassName
{
border-color: #9EFC5D;
}
.TagClassName
{
border-color: #9EFC5D;
}
</style>