Shades of Conifer #9EEF46
Tints of Conifer #9EEF46
RGB
CMYK
RGB Variations
Color information
#9EEF46 (or 0x9EEF46) is known color: Conifer. HEX triplet: 9E, EF and 46. RGB value is (158,239,70). Sum of RGB (Red+Green+Blue) = 158+239+70=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EEF46 is #6110B9. Grayscale: #C4C4C4. Windows color (decimal): -6361274 or 4648862. OLE color: 4648862.
HSL color Cylindrical-coordinate representation of color #9EEF46: hue angle of 88.76º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EEF46 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 70 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.06 |
| HSL | 88.76º | 0.84% | 0.61% | - |
| HSV(B) | 88.76º | 0.71% | 0.94% | - |
| XYZ | 46.07 | 69.44 | 16.77 | - |
| YUV | 195.52 | 57.16 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 70 | 0.34 | 0 | 0.71 | 0.06 | 88.76 | 0.84 | 0.61 |
| Hex | 9E | EF | 46 | 22 | 0 | 47 | 6 | 59 | 54 | 3D |
| Octal | 236 | 357 | 106 | 42 | 0 | 107 | 6 | 131 | 124 | 75 |
| Binary | 10011110 | 11101111 | 1000110 | 100010 | 0 | 1000111 | 110 | 1011001 | 1010100 | 111101 |
Color Harmonies of #9EEF46
Complementary color
Monochromatic Colors of #9EEF46
Black with #9EEF46
Text Example
Text Example
White with #9EEF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF46; }
p { color: rgb(158,239,70); }
H1.HeaderClassName
{
color: #9EEF46;
}
.AnyTagClassName
{
color: #9EEF46;
}
</style>
background-color css
<style>
a { background-color: #9EEF46; }
a { background-color: rgb(158,239,70); }
div.DivClassName
{
background-color: #9EEF46;
}
.BgClassName
{
background-color: #9EEF46;
}
</style>
border-color css
<style>
span { border-color: #9EEF46; }
span { border-color: rgb(158,239,70); }
td.TdClassName
{
border-color: #9EEF46;
}
.TagClassName
{
border-color: #9EEF46;
}
</style>