Shades of Yellow Green #9ED529
Tints of Yellow Green #9ED529
RGB
CMYK
RGB Variations
Color information
#9ED529 (or 0x9ED529) is known color: Yellow Green. HEX triplet: 9E, D5 and 29. RGB value is (158,213,41). Sum of RGB (Red+Green+Blue) = 158+213+41=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED529 is #612AD6. Grayscale: #B1B1B1. Windows color (decimal): -6367959 or 2741662. OLE color: 2741662.
HSL color Cylindrical-coordinate representation of color #9ED529: hue angle of 79.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9ED529 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 41 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.16 |
| HSL | 79.19º | 0.68% | 0.5% | - |
| HSV(B) | 79.19º | 0.81% | 0.84% | - |
| XYZ | 38.3 | 55.02 | 10.7 | - |
| YUV | 176.95 | 51.28 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 41 | 0.26 | 0 | 0.81 | 0.16 | 79.19 | 0.68 | 0.5 |
| Hex | 9E | D5 | 29 | 1A | 0 | 51 | 10 | 4F | 44 | 32 |
| Octal | 236 | 325 | 51 | 32 | 0 | 121 | 20 | 117 | 104 | 62 |
| Binary | 10011110 | 11010101 | 101001 | 11010 | 0 | 1010001 | 10000 | 1001111 | 1000100 | 110010 |
Color Harmonies of #9ED529
Complementary color
Monochromatic Colors of #9ED529
Black with #9ED529
Text Example
Text Example
White with #9ED529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED529; }
p { color: rgb(158,213,41); }
H1.HeaderClassName
{
color: #9ED529;
}
.AnyTagClassName
{
color: #9ED529;
}
</style>
background-color css
<style>
a { background-color: #9ED529; }
a { background-color: rgb(158,213,41); }
div.DivClassName
{
background-color: #9ED529;
}
.BgClassName
{
background-color: #9ED529;
}
</style>
border-color css
<style>
span { border-color: #9ED529; }
span { border-color: rgb(158,213,41); }
td.TdClassName
{
border-color: #9ED529;
}
.TagClassName
{
border-color: #9ED529;
}
</style>