Shades of Medium Spring Green #07F0AF
Tints of Medium Spring Green #07F0AF
RGB
CMYK
RGB Variations
Color information
#07F0AF (or 0x07F0AF) is known color: Medium Spring Green. HEX triplet: 07, F0 and AF. RGB value is (7,240,175). Sum of RGB (Red+Green+Blue) = 7+240+175=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07F0AF is #F80F50. Grayscale: #A2A2A2. Windows color (decimal): -16256849 or 11530247. OLE color: 11530247.
HSL color Cylindrical-coordinate representation of color #07F0AF: hue angle of 163.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0AF is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 175 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.06 |
| HSL | 163.26º | 0.94% | 0.48% | - |
| HSV(B) | 163.26º | 0.97% | 0.94% | - |
| XYZ | 38.99 | 65.46 | 51.14 | - |
| YUV | 162.92 | 134.81 | 16.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 175 | 0.97 | 0 | 0.27 | 0.06 | 163.26 | 0.94 | 0.48 |
| Hex | 7 | F0 | AF | 61 | 0 | 1B | 6 | A3 | 5E | 30 |
| Octal | 7 | 360 | 257 | 141 | 0 | 33 | 6 | 243 | 136 | 60 |
| Binary | 111 | 11110000 | 10101111 | 1100001 | 0 | 11011 | 110 | 10100011 | 1011110 | 110000 |
Color Harmonies of #07F0AF
Complementary color
Monochromatic Colors of #07F0AF
Black with #07F0AF
Text Example
Text Example
White with #07F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F0AF; }
p { color: rgb(7,240,175); }
H1.HeaderClassName
{
color: #07F0AF;
}
.AnyTagClassName
{
color: #07F0AF;
}
</style>
background-color css
<style>
a { background-color: #07F0AF; }
a { background-color: rgb(7,240,175); }
div.DivClassName
{
background-color: #07F0AF;
}
.BgClassName
{
background-color: #07F0AF;
}
</style>
border-color css
<style>
span { border-color: #07F0AF; }
span { border-color: rgb(7,240,175); }
td.TdClassName
{
border-color: #07F0AF;
}
.TagClassName
{
border-color: #07F0AF;
}
</style>