Shades of Conifer #9EEC4A
Tints of Conifer #9EEC4A
RGB
CMYK
RGB Variations
Color information
#9EEC4A (or 0x9EEC4A) is known color: Conifer. HEX triplet: 9E, EC and 4A. RGB value is (158,236,74). Sum of RGB (Red+Green+Blue) = 158+236+74=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EEC4A is #6113B5. Grayscale: #C2C2C2. Windows color (decimal): -6362038 or 4910238. OLE color: 4910238.
HSL color Cylindrical-coordinate representation of color #9EEC4A: hue angle of 88.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EEC4A is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 74 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.07 |
| HSL | 88.89º | 0.81% | 0.61% | - |
| HSV(B) | 88.89º | 0.69% | 0.93% | - |
| XYZ | 45.33 | 67.75 | 17.17 | - |
| YUV | 194.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 74 | 0.33 | 0 | 0.69 | 0.07 | 88.89 | 0.81 | 0.61 |
| Hex | 9E | EC | 4A | 21 | 0 | 45 | 7 | 59 | 51 | 3D |
| Octal | 236 | 354 | 112 | 41 | 0 | 105 | 7 | 131 | 121 | 75 |
| Binary | 10011110 | 11101100 | 1001010 | 100001 | 0 | 1000101 | 111 | 1011001 | 1010001 | 111101 |
Color Harmonies of #9EEC4A
Complementary color
Monochromatic Colors of #9EEC4A
Black with #9EEC4A
Text Example
Text Example
White with #9EEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC4A; }
p { color: rgb(158,236,74); }
H1.HeaderClassName
{
color: #9EEC4A;
}
.AnyTagClassName
{
color: #9EEC4A;
}
</style>
background-color css
<style>
a { background-color: #9EEC4A; }
a { background-color: rgb(158,236,74); }
div.DivClassName
{
background-color: #9EEC4A;
}
.BgClassName
{
background-color: #9EEC4A;
}
</style>
border-color css
<style>
span { border-color: #9EEC4A; }
span { border-color: rgb(158,236,74); }
td.TdClassName
{
border-color: #9EEC4A;
}
.TagClassName
{
border-color: #9EEC4A;
}
</style>