Shades of Conifer #9EE75A
Tints of Conifer #9EE75A
RGB
CMYK
RGB Variations
Color information
#9EE75A (or 0x9EE75A) is known color: Conifer. HEX triplet: 9E, E7 and 5A. RGB value is (158,231,90). Sum of RGB (Red+Green+Blue) = 158+231+90=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE75A is #6118A5. Grayscale: #C1C1C1. Windows color (decimal): -6363302 or 5957534. OLE color: 5957534.
HSL color Cylindrical-coordinate representation of color #9EE75A: hue angle of 91.06º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EE75A is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 90 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.09 |
| HSL | 91.06º | 0.75% | 0.63% | - |
| HSV(B) | 91.06º | 0.61% | 0.91% | - |
| XYZ | 44.52 | 65.16 | 19.9 | - |
| YUV | 193.1 | 69.82 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 90 | 0.32 | 0 | 0.61 | 0.09 | 91.06 | 0.75 | 0.63 |
| Hex | 9E | E7 | 5A | 20 | 0 | 3D | 9 | 5B | 4B | 3F |
| Octal | 236 | 347 | 132 | 40 | 0 | 75 | 11 | 133 | 113 | 77 |
| Binary | 10011110 | 11100111 | 1011010 | 100000 | 0 | 111101 | 1001 | 1011011 | 1001011 | 111111 |
Color Harmonies of #9EE75A
Complementary color
Monochromatic Colors of #9EE75A
Black with #9EE75A
Text Example
Text Example
White with #9EE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE75A; }
p { color: rgb(158,231,90); }
H1.HeaderClassName
{
color: #9EE75A;
}
.AnyTagClassName
{
color: #9EE75A;
}
</style>
background-color css
<style>
a { background-color: #9EE75A; }
a { background-color: rgb(158,231,90); }
div.DivClassName
{
background-color: #9EE75A;
}
.BgClassName
{
background-color: #9EE75A;
}
</style>
border-color css
<style>
span { border-color: #9EE75A; }
span { border-color: rgb(158,231,90); }
td.TdClassName
{
border-color: #9EE75A;
}
.TagClassName
{
border-color: #9EE75A;
}
</style>