Shades of Medium Spring Green #04F0A0
Tints of Medium Spring Green #04F0A0
RGB
CMYK
RGB Variations
Color information
#04F0A0 (or 0x04F0A0) is known color: Medium Spring Green. HEX triplet: 04, F0 and A0. RGB value is (4,240,160). Sum of RGB (Red+Green+Blue) = 4+240+160=404 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #04F0A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04F0A0 is #FB0F5F. Grayscale: #A0A0A0. Windows color (decimal): -16453472 or 10547204. OLE color: 10547204.
HSL color Cylindrical-coordinate representation of color #04F0A0: hue angle of 159.66º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F0A0 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 160 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.06 |
| HSL | 159.66º | 0.97% | 0.48% | - |
| HSV(B) | 159.66º | 0.98% | 0.94% | - |
| XYZ | 37.56 | 64.88 | 43.8 | - |
| YUV | 160.32 | 127.81 | 16.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 160 | 0.98 | 0 | 0.33 | 0.06 | 159.66 | 0.97 | 0.48 |
| Hex | 4 | F0 | A0 | 62 | 0 | 21 | 6 | A0 | 61 | 30 |
| Octal | 4 | 360 | 240 | 142 | 0 | 41 | 6 | 240 | 141 | 60 |
| Binary | 100 | 11110000 | 10100000 | 1100010 | 0 | 100001 | 110 | 10100000 | 1100001 | 110000 |
Color Harmonies of #04F0A0
Complementary color
Monochromatic Colors of #04F0A0
Black with #04F0A0
Text Example
Text Example
White with #04F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0A0; }
p { color: rgb(4,240,160); }
H1.HeaderClassName
{
color: #04F0A0;
}
.AnyTagClassName
{
color: #04F0A0;
}
</style>
background-color css
<style>
a { background-color: #04F0A0; }
a { background-color: rgb(4,240,160); }
div.DivClassName
{
background-color: #04F0A0;
}
.BgClassName
{
background-color: #04F0A0;
}
</style>
border-color css
<style>
span { border-color: #04F0A0; }
span { border-color: rgb(4,240,160); }
td.TdClassName
{
border-color: #04F0A0;
}
.TagClassName
{
border-color: #04F0A0;
}
</style>