Shades of Yellow Green #9ED52A
Tints of Yellow Green #9ED52A
RGB
CMYK
RGB Variations
Color information
#9ED52A (or 0x9ED52A) is known color: Yellow Green. HEX triplet: 9E, D5 and 2A. RGB value is (158,213,42). Sum of RGB (Red+Green+Blue) = 158+213+42=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED52A is #612AD5. Grayscale: #B1B1B1. Windows color (decimal): -6367958 or 2807198. OLE color: 2807198.
HSL color Cylindrical-coordinate representation of color #9ED52A: hue angle of 79.3º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9ED52A is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 42 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.16 |
| HSL | 79.3º | 0.67% | 0.5% | - |
| HSV(B) | 79.3º | 0.8% | 0.84% | - |
| XYZ | 38.31 | 55.02 | 10.79 | - |
| YUV | 177.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 42 | 0.26 | 0 | 0.80 | 0.16 | 79.3 | 0.67 | 0.5 |
| Hex | 9E | D5 | 2A | 1A | 0 | 50 | 10 | 4F | 43 | 32 |
| Octal | 236 | 325 | 52 | 32 | 0 | 120 | 20 | 117 | 103 | 62 |
| Binary | 10011110 | 11010101 | 101010 | 11010 | 0 | 1010000 | 10000 | 1001111 | 1000011 | 110010 |
Color Harmonies of #9ED52A
Complementary color
Monochromatic Colors of #9ED52A
Black with #9ED52A
Text Example
Text Example
White with #9ED52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED52A; }
p { color: rgb(158,213,42); }
H1.HeaderClassName
{
color: #9ED52A;
}
.AnyTagClassName
{
color: #9ED52A;
}
</style>
background-color css
<style>
a { background-color: #9ED52A; }
a { background-color: rgb(158,213,42); }
div.DivClassName
{
background-color: #9ED52A;
}
.BgClassName
{
background-color: #9ED52A;
}
</style>
border-color css
<style>
span { border-color: #9ED52A; }
span { border-color: rgb(158,213,42); }
td.TdClassName
{
border-color: #9ED52A;
}
.TagClassName
{
border-color: #9ED52A;
}
</style>