Shades of Green Yellow #9EF224
Tints of Green Yellow #9EF224
RGB
CMYK
RGB Variations
Color information
#9EF224 (or 0x9EF224) is known color: Green Yellow. HEX triplet: 9E, F2 and 24. RGB value is (158,242,36). Sum of RGB (Red+Green+Blue) = 158+242+36=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EF224 is #610DDB. Grayscale: #C2C2C2. Windows color (decimal): -6360540 or 2421406. OLE color: 2421406.
HSL color Cylindrical-coordinate representation of color #9EF224: hue angle of 84.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EF224 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 36 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.05 |
| HSL | 84.47º | 0.89% | 0.55% | - |
| HSV(B) | 84.47º | 0.85% | 0.95% | - |
| XYZ | 46.17 | 70.9 | 12.92 | - |
| YUV | 193.4 | 39.17 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 36 | 0.35 | 0 | 0.85 | 0.05 | 84.47 | 0.89 | 0.55 |
| Hex | 9E | F2 | 24 | 23 | 0 | 55 | 5 | 54 | 59 | 37 |
| Octal | 236 | 362 | 44 | 43 | 0 | 125 | 5 | 124 | 131 | 67 |
| Binary | 10011110 | 11110010 | 100100 | 100011 | 0 | 1010101 | 101 | 1010100 | 1011001 | 110111 |
Color Harmonies of #9EF224
Complementary color
Monochromatic Colors of #9EF224
Black with #9EF224
Text Example
Text Example
White with #9EF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF224; }
p { color: rgb(158,242,36); }
H1.HeaderClassName
{
color: #9EF224;
}
.AnyTagClassName
{
color: #9EF224;
}
</style>
background-color css
<style>
a { background-color: #9EF224; }
a { background-color: rgb(158,242,36); }
div.DivClassName
{
background-color: #9EF224;
}
.BgClassName
{
background-color: #9EF224;
}
</style>
border-color css
<style>
span { border-color: #9EF224; }
span { border-color: rgb(158,242,36); }
td.TdClassName
{
border-color: #9EF224;
}
.TagClassName
{
border-color: #9EF224;
}
</style>