Shades of Yellow Green #9ED524
Tints of Yellow Green #9ED524
RGB
CMYK
RGB Variations
Color information
#9ED524 (or 0x9ED524) is known color: Yellow Green. HEX triplet: 9E, D5 and 24. RGB value is (158,213,36). Sum of RGB (Red+Green+Blue) = 158+213+36=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED524 is #612ADB. Grayscale: #B1B1B1. Windows color (decimal): -6367964 or 2413982. OLE color: 2413982.
HSL color Cylindrical-coordinate representation of color #9ED524: hue angle of 78.64º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9ED524 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 36 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.16 |
| HSL | 78.64º | 0.71% | 0.49% | - |
| HSV(B) | 78.64º | 0.83% | 0.84% | - |
| XYZ | 38.21 | 54.98 | 10.27 | - |
| YUV | 176.38 | 48.78 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 36 | 0.26 | 0 | 0.83 | 0.16 | 78.64 | 0.71 | 0.49 |
| Hex | 9E | D5 | 24 | 1A | 0 | 53 | 10 | 4F | 47 | 31 |
| Octal | 236 | 325 | 44 | 32 | 0 | 123 | 20 | 117 | 107 | 61 |
| Binary | 10011110 | 11010101 | 100100 | 11010 | 0 | 1010011 | 10000 | 1001111 | 1000111 | 110001 |
Color Harmonies of #9ED524
Complementary color
Monochromatic Colors of #9ED524
Black with #9ED524
Text Example
Text Example
White with #9ED524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED524; }
p { color: rgb(158,213,36); }
H1.HeaderClassName
{
color: #9ED524;
}
.AnyTagClassName
{
color: #9ED524;
}
</style>
background-color css
<style>
a { background-color: #9ED524; }
a { background-color: rgb(158,213,36); }
div.DivClassName
{
background-color: #9ED524;
}
.BgClassName
{
background-color: #9ED524;
}
</style>
border-color css
<style>
span { border-color: #9ED524; }
span { border-color: rgb(158,213,36); }
td.TdClassName
{
border-color: #9ED524;
}
.TagClassName
{
border-color: #9ED524;
}
</style>