Shades of Green Yellow #9EED2E
Tints of Green Yellow #9EED2E
RGB
CMYK
RGB Variations
Color information
#9EED2E (or 0x9EED2E) is known color: Green Yellow. HEX triplet: 9E, ED and 2E. RGB value is (158,237,46). Sum of RGB (Red+Green+Blue) = 158+237+46=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EED2E is #6112D1. Grayscale: #C0C0C0. Windows color (decimal): -6361810 or 3075486. OLE color: 3075486.
HSL color Cylindrical-coordinate representation of color #9EED2E: hue angle of 84.82º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EED2E is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 46 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.07 |
| HSL | 84.82º | 0.84% | 0.55% | - |
| HSV(B) | 84.82º | 0.81% | 0.93% | - |
| XYZ | 44.88 | 68.03 | 13.35 | - |
| YUV | 191.61 | 45.83 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 46 | 0.33 | 0 | 0.81 | 0.07 | 84.82 | 0.84 | 0.55 |
| Hex | 9E | ED | 2E | 21 | 0 | 51 | 7 | 55 | 54 | 37 |
| Octal | 236 | 355 | 56 | 41 | 0 | 121 | 7 | 125 | 124 | 67 |
| Binary | 10011110 | 11101101 | 101110 | 100001 | 0 | 1010001 | 111 | 1010101 | 1010100 | 110111 |
Color Harmonies of #9EED2E
Complementary color
Monochromatic Colors of #9EED2E
Black with #9EED2E
Text Example
Text Example
White with #9EED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED2E; }
p { color: rgb(158,237,46); }
H1.HeaderClassName
{
color: #9EED2E;
}
.AnyTagClassName
{
color: #9EED2E;
}
</style>
background-color css
<style>
a { background-color: #9EED2E; }
a { background-color: rgb(158,237,46); }
div.DivClassName
{
background-color: #9EED2E;
}
.BgClassName
{
background-color: #9EED2E;
}
</style>
border-color css
<style>
span { border-color: #9EED2E; }
span { border-color: rgb(158,237,46); }
td.TdClassName
{
border-color: #9EED2E;
}
.TagClassName
{
border-color: #9EED2E;
}
</style>