Shades of Yellow Green #9ED220
Tints of Yellow Green #9ED220
RGB
CMYK
RGB Variations
Color information
#9ED220 (or 0x9ED220) is known color: Yellow Green. HEX triplet: 9E, D2 and 20. RGB value is (158,210,32). Sum of RGB (Red+Green+Blue) = 158+210+32=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED220 is #612DDF. Grayscale: #AEAEAE. Windows color (decimal): -6368736 or 2151070. OLE color: 2151070.
HSL color Cylindrical-coordinate representation of color #9ED220: hue angle of 77.53º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9ED220 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 32 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.18 |
| HSL | 77.53º | 0.74% | 0.47% | - |
| HSV(B) | 77.53º | 0.85% | 0.82% | - |
| XYZ | 37.41 | 53.47 | 9.71 | - |
| YUV | 174.16 | 47.77 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 32 | 0.25 | 0 | 0.85 | 0.18 | 77.53 | 0.74 | 0.47 |
| Hex | 9E | D2 | 20 | 19 | 0 | 55 | 12 | 4E | 4A | 2F |
| Octal | 236 | 322 | 40 | 31 | 0 | 125 | 22 | 116 | 112 | 57 |
| Binary | 10011110 | 11010010 | 100000 | 11001 | 0 | 1010101 | 10010 | 1001110 | 1001010 | 101111 |
Color Harmonies of #9ED220
Complementary color
Monochromatic Colors of #9ED220
Black with #9ED220
Text Example
Text Example
White with #9ED220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED220; }
p { color: rgb(158,210,32); }
H1.HeaderClassName
{
color: #9ED220;
}
.AnyTagClassName
{
color: #9ED220;
}
</style>
background-color css
<style>
a { background-color: #9ED220; }
a { background-color: rgb(158,210,32); }
div.DivClassName
{
background-color: #9ED220;
}
.BgClassName
{
background-color: #9ED220;
}
</style>
border-color css
<style>
span { border-color: #9ED220; }
span { border-color: rgb(158,210,32); }
td.TdClassName
{
border-color: #9ED220;
}
.TagClassName
{
border-color: #9ED220;
}
</style>