Shades of Yellow Green #9ED526
Tints of Yellow Green #9ED526
RGB
CMYK
RGB Variations
Color information
#9ED526 (or 0x9ED526) is known color: Yellow Green. HEX triplet: 9E, D5 and 26. RGB value is (158,213,38). Sum of RGB (Red+Green+Blue) = 158+213+38=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED526 is #612AD9. Grayscale: #B1B1B1. Windows color (decimal): -6367962 or 2545054. OLE color: 2545054.
HSL color Cylindrical-coordinate representation of color #9ED526: hue angle of 78.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9ED526 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 38 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.16 |
| HSL | 78.86º | 0.7% | 0.49% | - |
| HSV(B) | 78.86º | 0.82% | 0.84% | - |
| XYZ | 38.24 | 55 | 10.43 | - |
| YUV | 176.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 38 | 0.26 | 0 | 0.82 | 0.16 | 78.86 | 0.7 | 0.49 |
| Hex | 9E | D5 | 26 | 1A | 0 | 52 | 10 | 4F | 46 | 31 |
| Octal | 236 | 325 | 46 | 32 | 0 | 122 | 20 | 117 | 106 | 61 |
| Binary | 10011110 | 11010101 | 100110 | 11010 | 0 | 1010010 | 10000 | 1001111 | 1000110 | 110001 |
Color Harmonies of #9ED526
Complementary color
Monochromatic Colors of #9ED526
Black with #9ED526
Text Example
Text Example
White with #9ED526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED526; }
p { color: rgb(158,213,38); }
H1.HeaderClassName
{
color: #9ED526;
}
.AnyTagClassName
{
color: #9ED526;
}
</style>
background-color css
<style>
a { background-color: #9ED526; }
a { background-color: rgb(158,213,38); }
div.DivClassName
{
background-color: #9ED526;
}
.BgClassName
{
background-color: #9ED526;
}
</style>
border-color css
<style>
span { border-color: #9ED526; }
span { border-color: rgb(158,213,38); }
td.TdClassName
{
border-color: #9ED526;
}
.TagClassName
{
border-color: #9ED526;
}
</style>