Shades of Conifer #9EEA5A
Tints of Conifer #9EEA5A
RGB
CMYK
RGB Variations
Color information
#9EEA5A (or 0x9EEA5A) is known color: Conifer. HEX triplet: 9E, EA and 5A. RGB value is (158,234,90). Sum of RGB (Red+Green+Blue) = 158+234+90=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA5A is #6115A5. Grayscale: #C3C3C3. Windows color (decimal): -6362534 or 5958302. OLE color: 5958302.
HSL color Cylindrical-coordinate representation of color #9EEA5A: hue angle of 91.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EEA5A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 90 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.08 |
| HSL | 91.67º | 0.77% | 0.64% | - |
| HSV(B) | 91.67º | 0.62% | 0.92% | - |
| XYZ | 45.37 | 66.85 | 20.19 | - |
| YUV | 194.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 90 | 0.32 | 0 | 0.62 | 0.08 | 91.67 | 0.77 | 0.64 |
| Hex | 9E | EA | 5A | 20 | 0 | 3E | 8 | 5C | 4D | 40 |
| Octal | 236 | 352 | 132 | 40 | 0 | 76 | 10 | 134 | 115 | 100 |
| Binary | 10011110 | 11101010 | 1011010 | 100000 | 0 | 111110 | 1000 | 1011100 | 1001101 | 1000000 |
Color Harmonies of #9EEA5A
Complementary color
Monochromatic Colors of #9EEA5A
Black with #9EEA5A
Text Example
Text Example
White with #9EEA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEA5A; }
p { color: rgb(158,234,90); }
H1.HeaderClassName
{
color: #9EEA5A;
}
.AnyTagClassName
{
color: #9EEA5A;
}
</style>
background-color css
<style>
a { background-color: #9EEA5A; }
a { background-color: rgb(158,234,90); }
div.DivClassName
{
background-color: #9EEA5A;
}
.BgClassName
{
background-color: #9EEA5A;
}
</style>
border-color css
<style>
span { border-color: #9EEA5A; }
span { border-color: rgb(158,234,90); }
td.TdClassName
{
border-color: #9EEA5A;
}
.TagClassName
{
border-color: #9EEA5A;
}
</style>