Shades of Medium Spring Green #00F0AF
Tints of Medium Spring Green #00F0AF
RGB
CMYK
RGB Variations
Color information
#00F0AF (or 0x00F0AF) is known color: Medium Spring Green. HEX triplet: 00, F0 and AF. RGB value is (0,240,175). Sum of RGB (Red+Green+Blue) = 0+240+175=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #00F0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F0AF is #FF0F50. Grayscale: #A0A0A0. Windows color (decimal): -16715601 or 11530240. OLE color: 11530240.
HSL color Cylindrical-coordinate representation of color #00F0AF: hue angle of 163.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F0AF is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 240 | 175 | - |
| CMYK | 1 | 0 | 0.27 | 0.06 |
| HSL | 163.75º | 1% | 0.47% | - |
| HSV(B) | 163.75º | 1% | 0.94% | - |
| XYZ | 38.9 | 65.42 | 51.13 | - |
| YUV | 160.83 | 135.99 | 13.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 240 | 175 | 1 | 0 | 0.27 | 0.06 | 163.75 | 1 | 0.47 |
| Hex | 0 | F0 | AF | 64 | 0 | 1B | 6 | A4 | 64 | 2F |
| Octal | 0 | 360 | 257 | 144 | 0 | 33 | 6 | 244 | 144 | 57 |
| Binary | 0 | 11110000 | 10101111 | 1100100 | 0 | 11011 | 110 | 10100100 | 1100100 | 101111 |
Color Harmonies of #00F0AF
Complementary color
Monochromatic Colors of #00F0AF
Black with #00F0AF
Text Example
Text Example
White with #00F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F0AF; }
p { color: rgb(0,240,175); }
H1.HeaderClassName
{
color: #00F0AF;
}
.AnyTagClassName
{
color: #00F0AF;
}
</style>
background-color css
<style>
a { background-color: #00F0AF; }
a { background-color: rgb(0,240,175); }
div.DivClassName
{
background-color: #00F0AF;
}
.BgClassName
{
background-color: #00F0AF;
}
</style>
border-color css
<style>
span { border-color: #00F0AF; }
span { border-color: rgb(0,240,175); }
td.TdClassName
{
border-color: #00F0AF;
}
.TagClassName
{
border-color: #00F0AF;
}
</style>