Shades of Yellow Green #9EC228
Tints of Yellow Green #9EC228
RGB
CMYK
RGB Variations
Color information
#9EC228 (or 0x9EC228) is known color: Yellow Green. HEX triplet: 9E, C2 and 28. RGB value is (158,194,40). Sum of RGB (Red+Green+Blue) = 158+194+40=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC228 is #613DD7. Grayscale: #A6A6A6. Windows color (decimal): -6372824 or 2671262. OLE color: 2671262.
HSL color Cylindrical-coordinate representation of color #9EC228: hue angle of 74.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EC228 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 40 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.24 |
| HSL | 74.03º | 0.66% | 0.46% | - |
| HSV(B) | 74.03º | 0.79% | 0.76% | - |
| XYZ | 33.78 | 46.01 | 9.11 | - |
| YUV | 165.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 40 | 0.19 | 0 | 0.79 | 0.24 | 74.03 | 0.66 | 0.46 |
| Hex | 9E | C2 | 28 | 13 | 0 | 4F | 18 | 4A | 42 | 2E |
| Octal | 236 | 302 | 50 | 23 | 0 | 117 | 30 | 112 | 102 | 56 |
| Binary | 10011110 | 11000010 | 101000 | 10011 | 0 | 1001111 | 11000 | 1001010 | 1000010 | 101110 |
Color Harmonies of #9EC228
Complementary color
Monochromatic Colors of #9EC228
Black with #9EC228
Text Example
Text Example
White with #9EC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC228; }
p { color: rgb(158,194,40); }
H1.HeaderClassName
{
color: #9EC228;
}
.AnyTagClassName
{
color: #9EC228;
}
</style>
background-color css
<style>
a { background-color: #9EC228; }
a { background-color: rgb(158,194,40); }
div.DivClassName
{
background-color: #9EC228;
}
.BgClassName
{
background-color: #9EC228;
}
</style>
border-color css
<style>
span { border-color: #9EC228; }
span { border-color: rgb(158,194,40); }
td.TdClassName
{
border-color: #9EC228;
}
.TagClassName
{
border-color: #9EC228;
}
</style>