Shades of Conifer #9EE94A
Tints of Conifer #9EE94A
RGB
CMYK
RGB Variations
Color information
#9EE94A (or 0x9EE94A) is known color: Conifer. HEX triplet: 9E, E9 and 4A. RGB value is (158,233,74). Sum of RGB (Red+Green+Blue) = 158+233+74=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE94A is #6116B5. Grayscale: #C1C1C1. Windows color (decimal): -6362806 or 4909470. OLE color: 4909470.
HSL color Cylindrical-coordinate representation of color #9EE94A: hue angle of 88.3º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EE94A is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 74 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.09 |
| HSL | 88.3º | 0.78% | 0.6% | - |
| HSV(B) | 88.3º | 0.68% | 0.91% | - |
| XYZ | 44.48 | 66.04 | 16.88 | - |
| YUV | 192.45 | 61.15 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 74 | 0.32 | 0 | 0.68 | 0.09 | 88.3 | 0.78 | 0.6 |
| Hex | 9E | E9 | 4A | 20 | 0 | 44 | 9 | 58 | 4E | 3C |
| Octal | 236 | 351 | 112 | 40 | 0 | 104 | 11 | 130 | 116 | 74 |
| Binary | 10011110 | 11101001 | 1001010 | 100000 | 0 | 1000100 | 1001 | 1011000 | 1001110 | 111100 |
Color Harmonies of #9EE94A
Complementary color
Monochromatic Colors of #9EE94A
Black with #9EE94A
Text Example
Text Example
White with #9EE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE94A; }
p { color: rgb(158,233,74); }
H1.HeaderClassName
{
color: #9EE94A;
}
.AnyTagClassName
{
color: #9EE94A;
}
</style>
background-color css
<style>
a { background-color: #9EE94A; }
a { background-color: rgb(158,233,74); }
div.DivClassName
{
background-color: #9EE94A;
}
.BgClassName
{
background-color: #9EE94A;
}
</style>
border-color css
<style>
span { border-color: #9EE94A; }
span { border-color: rgb(158,233,74); }
td.TdClassName
{
border-color: #9EE94A;
}
.TagClassName
{
border-color: #9EE94A;
}
</style>