Shades of Medium Spring Green #01F0AC
Tints of Medium Spring Green #01F0AC
RGB
CMYK
RGB Variations
Color information
#01F0AC (or 0x01F0AC) is known color: Medium Spring Green. HEX triplet: 01, F0 and AC. RGB value is (1,240,172). Sum of RGB (Red+Green+Blue) = 1+240+172=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #01F0AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F0AC is #FE0F53. Grayscale: #A0A0A0. Windows color (decimal): -16650068 or 11333633. OLE color: 11333633.
HSL color Cylindrical-coordinate representation of color #01F0AC: hue angle of 162.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F0AC is Cyan = 1.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 172 | - |
| CMYK | 1.00 | 0 | 0.28 | 0.06 |
| HSL | 162.93º | 0.99% | 0.47% | - |
| HSV(B) | 162.93º | 1% | 0.94% | - |
| XYZ | 38.62 | 65.31 | 49.6 | - |
| YUV | 160.79 | 134.32 | 14.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 172 | 1.00 | 0 | 0.28 | 0.06 | 162.93 | 0.99 | 0.47 |
| Hex | 1 | F0 | AC | 64 | 0 | 1C | 6 | A3 | 63 | 2F |
| Octal | 1 | 360 | 254 | 144 | 0 | 34 | 6 | 243 | 143 | 57 |
| Binary | 1 | 11110000 | 10101100 | 1100100 | 0 | 11100 | 110 | 10100011 | 1100011 | 101111 |
Color Harmonies of #01F0AC
Complementary color
Monochromatic Colors of #01F0AC
Black with #01F0AC
Text Example
Text Example
White with #01F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F0AC; }
p { color: rgb(1,240,172); }
H1.HeaderClassName
{
color: #01F0AC;
}
.AnyTagClassName
{
color: #01F0AC;
}
</style>
background-color css
<style>
a { background-color: #01F0AC; }
a { background-color: rgb(1,240,172); }
div.DivClassName
{
background-color: #01F0AC;
}
.BgClassName
{
background-color: #01F0AC;
}
</style>
border-color css
<style>
span { border-color: #01F0AC; }
span { border-color: rgb(1,240,172); }
td.TdClassName
{
border-color: #01F0AC;
}
.TagClassName
{
border-color: #01F0AC;
}
</style>