Shades of Yellow Green #9ED12A
Tints of Yellow Green #9ED12A
RGB
CMYK
RGB Variations
Color information
#9ED12A (or 0x9ED12A) is known color: Yellow Green. HEX triplet: 9E, D1 and 2A. RGB value is (158,209,42). Sum of RGB (Red+Green+Blue) = 158+209+42=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED12A is #612ED5. Grayscale: #AFAFAF. Windows color (decimal): -6368982 or 2806174. OLE color: 2806174.
HSL color Cylindrical-coordinate representation of color #9ED12A: hue angle of 78.32º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9ED12A is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 42 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.18 |
| HSL | 78.32º | 0.67% | 0.49% | - |
| HSV(B) | 78.32º | 0.8% | 0.82% | - |
| XYZ | 37.32 | 53.04 | 10.46 | - |
| YUV | 174.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 42 | 0.24 | 0 | 0.80 | 0.18 | 78.32 | 0.67 | 0.49 |
| Hex | 9E | D1 | 2A | 18 | 0 | 50 | 12 | 4E | 43 | 31 |
| Octal | 236 | 321 | 52 | 30 | 0 | 120 | 22 | 116 | 103 | 61 |
| Binary | 10011110 | 11010001 | 101010 | 11000 | 0 | 1010000 | 10010 | 1001110 | 1000011 | 110001 |
Color Harmonies of #9ED12A
Complementary color
Monochromatic Colors of #9ED12A
Black with #9ED12A
Text Example
Text Example
White with #9ED12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED12A; }
p { color: rgb(158,209,42); }
H1.HeaderClassName
{
color: #9ED12A;
}
.AnyTagClassName
{
color: #9ED12A;
}
</style>
background-color css
<style>
a { background-color: #9ED12A; }
a { background-color: rgb(158,209,42); }
div.DivClassName
{
background-color: #9ED12A;
}
.BgClassName
{
background-color: #9ED12A;
}
</style>
border-color css
<style>
span { border-color: #9ED12A; }
span { border-color: rgb(158,209,42); }
td.TdClassName
{
border-color: #9ED12A;
}
.TagClassName
{
border-color: #9ED12A;
}
</style>