Shades of Conifer #9EFA62
Tints of Conifer #9EFA62
RGB
CMYK
RGB Variations
Color information
#9EFA62 (or 0x9EFA62) is known color: Conifer. HEX triplet: 9E, FA and 62. RGB value is (158,250,98). Sum of RGB (Red+Green+Blue) = 158+250+98=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA62 is #61059D. Grayscale: #CDCDCD. Windows color (decimal): -6358430 or 6486686. OLE color: 6486686.
HSL color Cylindrical-coordinate representation of color #9EFA62: hue angle of 96.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EFA62 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 98 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.02 |
| HSL | 96.32º | 0.94% | 0.68% | - |
| HSV(B) | 96.32º | 0.61% | 0.98% | - |
| XYZ | 50.49 | 76.52 | 23.66 | - |
| YUV | 205.16 | 67.52 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 98 | 0.37 | 0 | 0.61 | 0.02 | 96.32 | 0.94 | 0.68 |
| Hex | 9E | FA | 62 | 25 | 0 | 3D | 2 | 60 | 5E | 44 |
| Octal | 236 | 372 | 142 | 45 | 0 | 75 | 2 | 140 | 136 | 104 |
| Binary | 10011110 | 11111010 | 1100010 | 100101 | 0 | 111101 | 10 | 1100000 | 1011110 | 1000100 |
Color Harmonies of #9EFA62
Complementary color
Monochromatic Colors of #9EFA62
Black with #9EFA62
Text Example
Text Example
White with #9EFA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA62; }
p { color: rgb(158,250,98); }
H1.HeaderClassName
{
color: #9EFA62;
}
.AnyTagClassName
{
color: #9EFA62;
}
</style>
background-color css
<style>
a { background-color: #9EFA62; }
a { background-color: rgb(158,250,98); }
div.DivClassName
{
background-color: #9EFA62;
}
.BgClassName
{
background-color: #9EFA62;
}
</style>
border-color css
<style>
span { border-color: #9EFA62; }
span { border-color: rgb(158,250,98); }
td.TdClassName
{
border-color: #9EFA62;
}
.TagClassName
{
border-color: #9EFA62;
}
</style>