Shades of Conifer #9EEF62
Tints of Conifer #9EEF62
RGB
CMYK
RGB Variations
Color information
#9EEF62 (or 0x9EEF62) is known color: Conifer. HEX triplet: 9E, EF and 62. RGB value is (158,239,98). Sum of RGB (Red+Green+Blue) = 158+239+98=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF62 is #61109D. Grayscale: #C7C7C7. Windows color (decimal): -6361246 or 6483870. OLE color: 6483870.
HSL color Cylindrical-coordinate representation of color #9EEF62: hue angle of 94.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EEF62 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 98 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.06 |
| HSL | 94.47º | 0.82% | 0.66% | - |
| HSV(B) | 94.47º | 0.59% | 0.94% | - |
| XYZ | 47.17 | 69.88 | 22.56 | - |
| YUV | 198.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 98 | 0.34 | 0 | 0.59 | 0.06 | 94.47 | 0.82 | 0.66 |
| Hex | 9E | EF | 62 | 22 | 0 | 3B | 6 | 5E | 52 | 42 |
| Octal | 236 | 357 | 142 | 42 | 0 | 73 | 6 | 136 | 122 | 102 |
| Binary | 10011110 | 11101111 | 1100010 | 100010 | 0 | 111011 | 110 | 1011110 | 1010010 | 1000010 |
Color Harmonies of #9EEF62
Complementary color
Monochromatic Colors of #9EEF62
Black with #9EEF62
Text Example
Text Example
White with #9EEF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF62; }
p { color: rgb(158,239,98); }
H1.HeaderClassName
{
color: #9EEF62;
}
.AnyTagClassName
{
color: #9EEF62;
}
</style>
background-color css
<style>
a { background-color: #9EEF62; }
a { background-color: rgb(158,239,98); }
div.DivClassName
{
background-color: #9EEF62;
}
.BgClassName
{
background-color: #9EEF62;
}
</style>
border-color css
<style>
span { border-color: #9EEF62; }
span { border-color: rgb(158,239,98); }
td.TdClassName
{
border-color: #9EEF62;
}
.TagClassName
{
border-color: #9EEF62;
}
</style>