Shades of Medium Spring Green #02F09D
Tints of Medium Spring Green #02F09D
RGB
CMYK
RGB Variations
Color information
#02F09D (or 0x02F09D) is known color: Medium Spring Green. HEX triplet: 02, F0 and 9D. RGB value is (2,240,157). Sum of RGB (Red+Green+Blue) = 2+240+157=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #02F09D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F09D is #FD0F62. Grayscale: #9F9F9F. Windows color (decimal): -16584547 or 10350594. OLE color: 10350594.
HSL color Cylindrical-coordinate representation of color #02F09D: hue angle of 159.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F09D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 157 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.06 |
| HSL | 159.08º | 0.98% | 0.47% | - |
| HSV(B) | 159.08º | 0.99% | 0.94% | - |
| XYZ | 37.27 | 64.77 | 42.44 | - |
| YUV | 159.38 | 126.65 | 15.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 157 | 0.99 | 0 | 0.35 | 0.06 | 159.08 | 0.98 | 0.47 |
| Hex | 2 | F0 | 9D | 63 | 0 | 23 | 6 | 9F | 62 | 2F |
| Octal | 2 | 360 | 235 | 143 | 0 | 43 | 6 | 237 | 142 | 57 |
| Binary | 10 | 11110000 | 10011101 | 1100011 | 0 | 100011 | 110 | 10011111 | 1100010 | 101111 |
Color Harmonies of #02F09D
Complementary color
Monochromatic Colors of #02F09D
Black with #02F09D
Text Example
Text Example
White with #02F09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F09D; }
p { color: rgb(2,240,157); }
H1.HeaderClassName
{
color: #02F09D;
}
.AnyTagClassName
{
color: #02F09D;
}
</style>
background-color css
<style>
a { background-color: #02F09D; }
a { background-color: rgb(2,240,157); }
div.DivClassName
{
background-color: #02F09D;
}
.BgClassName
{
background-color: #02F09D;
}
</style>
border-color css
<style>
span { border-color: #02F09D; }
span { border-color: rgb(2,240,157); }
td.TdClassName
{
border-color: #02F09D;
}
.TagClassName
{
border-color: #02F09D;
}
</style>