Shades of Yellow Green #9ED023
Tints of Yellow Green #9ED023
RGB
CMYK
RGB Variations
Color information
#9ED023 (or 0x9ED023) is known color: Yellow Green. HEX triplet: 9E, D0 and 23. RGB value is (158,208,35). Sum of RGB (Red+Green+Blue) = 158+208+35=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED023 is #612FDC. Grayscale: #ADADAD. Windows color (decimal): -6369245 or 2347166. OLE color: 2347166.
HSL color Cylindrical-coordinate representation of color #9ED023: hue angle of 77.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9ED023 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 35 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.18 |
| HSL | 77.34º | 0.71% | 0.48% | - |
| HSV(B) | 77.34º | 0.83% | 0.82% | - |
| XYZ | 36.96 | 52.5 | 9.78 | - |
| YUV | 173.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 35 | 0.24 | 0 | 0.83 | 0.18 | 77.34 | 0.71 | 0.48 |
| Hex | 9E | D0 | 23 | 18 | 0 | 53 | 12 | 4D | 47 | 30 |
| Octal | 236 | 320 | 43 | 30 | 0 | 123 | 22 | 115 | 107 | 60 |
| Binary | 10011110 | 11010000 | 100011 | 11000 | 0 | 1010011 | 10010 | 1001101 | 1000111 | 110000 |
Color Harmonies of #9ED023
Complementary color
Monochromatic Colors of #9ED023
Black with #9ED023
Text Example
Text Example
White with #9ED023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED023; }
p { color: rgb(158,208,35); }
H1.HeaderClassName
{
color: #9ED023;
}
.AnyTagClassName
{
color: #9ED023;
}
</style>
background-color css
<style>
a { background-color: #9ED023; }
a { background-color: rgb(158,208,35); }
div.DivClassName
{
background-color: #9ED023;
}
.BgClassName
{
background-color: #9ED023;
}
</style>
border-color css
<style>
span { border-color: #9ED023; }
span { border-color: rgb(158,208,35); }
td.TdClassName
{
border-color: #9ED023;
}
.TagClassName
{
border-color: #9ED023;
}
</style>