Shades of Medium Spring Green #02ED9D
Tints of Medium Spring Green #02ED9D
RGB
CMYK
RGB Variations
Color information
#02ED9D (or 0x02ED9D) is known color: Medium Spring Green. HEX triplet: 02, ED and 9D. RGB value is (2,237,157). Sum of RGB (Red+Green+Blue) = 2+237+157=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED9D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02ED9D is #FD1262. Grayscale: #9D9D9D. Windows color (decimal): -16585315 or 10349826. OLE color: 10349826.
HSL color Cylindrical-coordinate representation of color #02ED9D: hue angle of 159.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED9D is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 157 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.07 |
| HSL | 159.57º | 0.98% | 0.47% | - |
| HSV(B) | 159.57º | 0.99% | 0.93% | - |
| XYZ | 36.4 | 63.02 | 42.14 | - |
| YUV | 157.62 | 127.64 | 17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 157 | 0.99 | 0 | 0.34 | 0.07 | 159.57 | 0.98 | 0.47 |
| Hex | 2 | ED | 9D | 63 | 0 | 22 | 7 | A0 | 62 | 2F |
| Octal | 2 | 355 | 235 | 143 | 0 | 42 | 7 | 240 | 142 | 57 |
| Binary | 10 | 11101101 | 10011101 | 1100011 | 0 | 100010 | 111 | 10100000 | 1100010 | 101111 |
Color Harmonies of #02ED9D
Complementary color
Monochromatic Colors of #02ED9D
Black with #02ED9D
Text Example
Text Example
White with #02ED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ED9D; }
p { color: rgb(2,237,157); }
H1.HeaderClassName
{
color: #02ED9D;
}
.AnyTagClassName
{
color: #02ED9D;
}
</style>
background-color css
<style>
a { background-color: #02ED9D; }
a { background-color: rgb(2,237,157); }
div.DivClassName
{
background-color: #02ED9D;
}
.BgClassName
{
background-color: #02ED9D;
}
</style>
border-color css
<style>
span { border-color: #02ED9D; }
span { border-color: rgb(2,237,157); }
td.TdClassName
{
border-color: #02ED9D;
}
.TagClassName
{
border-color: #02ED9D;
}
</style>