Shades of Medium Spring Green #07FFA0
Tints of Medium Spring Green #07FFA0
RGB
CMYK
RGB Variations
Color information
#07FFA0 (or 0x07FFA0) is known color: Medium Spring Green. HEX triplet: 07, FF and A0. RGB value is (7,255,160). Sum of RGB (Red+Green+Blue) = 7+255+160=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07FFA0 is #F8005F. Grayscale: #AAAAAA. Windows color (decimal): -16253024 or 10551047. OLE color: 10551047.
HSL color Cylindrical-coordinate representation of color #07FFA0: hue angle of 157.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFA0 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 160 | - |
| CMYK | 0.97 | 0 | 0.37 | 0 |
| HSL | 157.02º | 1% | 0.51% | - |
| HSV(B) | 157.02º | 0.97% | 1% | - |
| XYZ | 42.19 | 74.1 | 45.34 | - |
| YUV | 170.02 | 122.34 | 11.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 160 | 0.97 | 0 | 0.37 | 0 | 157.02 | 1 | 0.51 |
| Hex | 7 | FF | A0 | 61 | 0 | 25 | 0 | 9D | 64 | 33 |
| Octal | 7 | 377 | 240 | 141 | 0 | 45 | 0 | 235 | 144 | 63 |
| Binary | 111 | 11111111 | 10100000 | 1100001 | 0 | 100101 | 0 | 10011101 | 1100100 | 110011 |
Color Harmonies of #07FFA0
Complementary color
Monochromatic Colors of #07FFA0
Black with #07FFA0
Text Example
Text Example
White with #07FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFA0; }
p { color: rgb(7,255,160); }
H1.HeaderClassName
{
color: #07FFA0;
}
.AnyTagClassName
{
color: #07FFA0;
}
</style>
background-color css
<style>
a { background-color: #07FFA0; }
a { background-color: rgb(7,255,160); }
div.DivClassName
{
background-color: #07FFA0;
}
.BgClassName
{
background-color: #07FFA0;
}
</style>
border-color css
<style>
span { border-color: #07FFA0; }
span { border-color: rgb(7,255,160); }
td.TdClassName
{
border-color: #07FFA0;
}
.TagClassName
{
border-color: #07FFA0;
}
</style>