Shades of Medium Spring Green #01FFBA
Tints of Medium Spring Green #01FFBA
RGB
CMYK
RGB Variations
Color information
#01FFBA (or 0x01FFBA) is known color: Medium Spring Green. HEX triplet: 01, FF and BA. RGB value is (1,255,186). Sum of RGB (Red+Green+Blue) = 1+255+186=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFBA is #FE0045. Grayscale: #ABABAB. Windows color (decimal): -16646214 or 12254977. OLE color: 12254977.
HSL color Cylindrical-coordinate representation of color #01FFBA: hue angle of 163.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFBA is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 186 | - |
| CMYK | 1.00 | 0 | 0.27 | 0 |
| HSL | 163.7º | 1% | 0.5% | - |
| HSV(B) | 163.7º | 1% | 1% | - |
| XYZ | 44.64 | 75.07 | 58.59 | - |
| YUV | 171.19 | 136.35 | 6.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 186 | 1.00 | 0 | 0.27 | 0 | 163.7 | 1 | 0.5 |
| Hex | 1 | FF | BA | 64 | 0 | 1B | 0 | A4 | 64 | 32 |
| Octal | 1 | 377 | 272 | 144 | 0 | 33 | 0 | 244 | 144 | 62 |
| Binary | 1 | 11111111 | 10111010 | 1100100 | 0 | 11011 | 0 | 10100100 | 1100100 | 110010 |
Color Harmonies of #01FFBA
Complementary color
Monochromatic Colors of #01FFBA
Black with #01FFBA
Text Example
Text Example
White with #01FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFBA; }
p { color: rgb(1,255,186); }
H1.HeaderClassName
{
color: #01FFBA;
}
.AnyTagClassName
{
color: #01FFBA;
}
</style>
background-color css
<style>
a { background-color: #01FFBA; }
a { background-color: rgb(1,255,186); }
div.DivClassName
{
background-color: #01FFBA;
}
.BgClassName
{
background-color: #01FFBA;
}
</style>
border-color css
<style>
span { border-color: #01FFBA; }
span { border-color: rgb(1,255,186); }
td.TdClassName
{
border-color: #01FFBA;
}
.TagClassName
{
border-color: #01FFBA;
}
</style>