Shades of Medium Spring Green #01F2BC
Tints of Medium Spring Green #01F2BC
RGB
CMYK
RGB Variations
Color information
#01F2BC (or 0x01F2BC) is known color: Medium Spring Green. HEX triplet: 01, F2 and BC. RGB value is (1,242,188). Sum of RGB (Red+Green+Blue) = 1+242+188=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2BC is #FE0D43. Grayscale: #A3A3A3. Windows color (decimal): -16649540 or 12382721. OLE color: 12382721.
HSL color Cylindrical-coordinate representation of color #01F2BC: hue angle of 166.56º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2BC is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 188 | - |
| CMYK | 1.00 | 0 | 0.22 | 0.05 |
| HSL | 166.56º | 0.99% | 0.48% | - |
| HSV(B) | 166.56º | 1% | 0.95% | - |
| XYZ | 40.84 | 67.14 | 58.38 | - |
| YUV | 163.79 | 141.66 | 11.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 188 | 1.00 | 0 | 0.22 | 0.05 | 166.56 | 0.99 | 0.48 |
| Hex | 1 | F2 | BC | 64 | 0 | 16 | 5 | A7 | 63 | 30 |
| Octal | 1 | 362 | 274 | 144 | 0 | 26 | 5 | 247 | 143 | 60 |
| Binary | 1 | 11110010 | 10111100 | 1100100 | 0 | 10110 | 101 | 10100111 | 1100011 | 110000 |
Color Harmonies of #01F2BC
Complementary color
Monochromatic Colors of #01F2BC
Black with #01F2BC
Text Example
Text Example
White with #01F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2BC; }
p { color: rgb(1,242,188); }
H1.HeaderClassName
{
color: #01F2BC;
}
.AnyTagClassName
{
color: #01F2BC;
}
</style>
background-color css
<style>
a { background-color: #01F2BC; }
a { background-color: rgb(1,242,188); }
div.DivClassName
{
background-color: #01F2BC;
}
.BgClassName
{
background-color: #01F2BC;
}
</style>
border-color css
<style>
span { border-color: #01F2BC; }
span { border-color: rgb(1,242,188); }
td.TdClassName
{
border-color: #01F2BC;
}
.TagClassName
{
border-color: #01F2BC;
}
</style>