Shades of Yellow Green #9ED032
Tints of Yellow Green #9ED032
RGB
CMYK
RGB Variations
Color information
#9ED032 (or 0x9ED032) is known color: Yellow Green. HEX triplet: 9E, D0 and 32. RGB value is (158,208,50). Sum of RGB (Red+Green+Blue) = 158+208+50=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED032 is #612FCD. Grayscale: #AFAFAF. Windows color (decimal): -6369230 or 3330206. OLE color: 3330206.
HSL color Cylindrical-coordinate representation of color #9ED032: hue angle of 78.99º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9ED032 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 50 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.18 |
| HSL | 78.99º | 0.63% | 0.51% | - |
| HSV(B) | 78.99º | 0.76% | 0.82% | - |
| XYZ | 37.23 | 52.61 | 11.21 | - |
| YUV | 175.04 | 57.44 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 50 | 0.24 | 0 | 0.76 | 0.18 | 78.99 | 0.63 | 0.51 |
| Hex | 9E | D0 | 32 | 18 | 0 | 4C | 12 | 4F | 3F | 33 |
| Octal | 236 | 320 | 62 | 30 | 0 | 114 | 22 | 117 | 77 | 63 |
| Binary | 10011110 | 11010000 | 110010 | 11000 | 0 | 1001100 | 10010 | 1001111 | 111111 | 110011 |
Color Harmonies of #9ED032
Complementary color
Monochromatic Colors of #9ED032
Black with #9ED032
Text Example
Text Example
White with #9ED032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED032; }
p { color: rgb(158,208,50); }
H1.HeaderClassName
{
color: #9ED032;
}
.AnyTagClassName
{
color: #9ED032;
}
</style>
background-color css
<style>
a { background-color: #9ED032; }
a { background-color: rgb(158,208,50); }
div.DivClassName
{
background-color: #9ED032;
}
.BgClassName
{
background-color: #9ED032;
}
</style>
border-color css
<style>
span { border-color: #9ED032; }
span { border-color: rgb(158,208,50); }
td.TdClassName
{
border-color: #9ED032;
}
.TagClassName
{
border-color: #9ED032;
}
</style>