Shades of Yellow Green #9EDE2D
Tints of Yellow Green #9EDE2D
RGB
CMYK
RGB Variations
Color information
#9EDE2D (or 0x9EDE2D) is known color: Yellow Green. HEX triplet: 9E, DE and 2D. RGB value is (158,222,45). Sum of RGB (Red+Green+Blue) = 158+222+45=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDE2D is #6121D2. Grayscale: #B7B7B7. Windows color (decimal): -6365651 or 3006110. OLE color: 3006110.
HSL color Cylindrical-coordinate representation of color #9EDE2D: hue angle of 81.69º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EDE2D is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 45 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.13 |
| HSL | 81.69º | 0.73% | 0.52% | - |
| HSV(B) | 81.69º | 0.8% | 0.87% | - |
| XYZ | 40.7 | 59.7 | 11.86 | - |
| YUV | 182.69 | 50.3 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 45 | 0.29 | 0 | 0.80 | 0.13 | 81.69 | 0.73 | 0.52 |
| Hex | 9E | DE | 2D | 1D | 0 | 50 | D | 52 | 49 | 34 |
| Octal | 236 | 336 | 55 | 35 | 0 | 120 | 15 | 122 | 111 | 64 |
| Binary | 10011110 | 11011110 | 101101 | 11101 | 0 | 1010000 | 1101 | 1010010 | 1001001 | 110100 |
Color Harmonies of #9EDE2D
Complementary color
Monochromatic Colors of #9EDE2D
Black with #9EDE2D
Text Example
Text Example
White with #9EDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE2D; }
p { color: rgb(158,222,45); }
H1.HeaderClassName
{
color: #9EDE2D;
}
.AnyTagClassName
{
color: #9EDE2D;
}
</style>
background-color css
<style>
a { background-color: #9EDE2D; }
a { background-color: rgb(158,222,45); }
div.DivClassName
{
background-color: #9EDE2D;
}
.BgClassName
{
background-color: #9EDE2D;
}
</style>
border-color css
<style>
span { border-color: #9EDE2D; }
span { border-color: rgb(158,222,45); }
td.TdClassName
{
border-color: #9EDE2D;
}
.TagClassName
{
border-color: #9EDE2D;
}
</style>