Shades of Medium Spring Green #01FFB0
Tints of Medium Spring Green #01FFB0
RGB
CMYK
RGB Variations
Color information
#01FFB0 (or 0x01FFB0) is known color: Medium Spring Green. HEX triplet: 01, FF and B0. RGB value is (1,255,176). Sum of RGB (Red+Green+Blue) = 1+255+176=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FFB0 is #FE004F. Grayscale: #AAAAAA. Windows color (decimal): -16646224 or 11599617. OLE color: 11599617.
HSL color Cylindrical-coordinate representation of color #01FFB0: hue angle of 161.34º 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 #01FFB0 is Cyan = 1.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 176 | - |
| CMYK | 1.00 | 0 | 0.31 | 0 |
| HSL | 161.34º | 1% | 0.5% | - |
| HSV(B) | 161.34º | 1% | 1% | - |
| XYZ | 43.61 | 74.66 | 53.19 | - |
| YUV | 170.05 | 131.35 | 7.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 176 | 1.00 | 0 | 0.31 | 0 | 161.34 | 1 | 0.5 |
| Hex | 1 | FF | B0 | 64 | 0 | 1F | 0 | A1 | 64 | 32 |
| Octal | 1 | 377 | 260 | 144 | 0 | 37 | 0 | 241 | 144 | 62 |
| Binary | 1 | 11111111 | 10110000 | 1100100 | 0 | 11111 | 0 | 10100001 | 1100100 | 110010 |
Color Harmonies of #01FFB0
Complementary color
Monochromatic Colors of #01FFB0
Black with #01FFB0
Text Example
Text Example
White with #01FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFB0; }
p { color: rgb(1,255,176); }
H1.HeaderClassName
{
color: #01FFB0;
}
.AnyTagClassName
{
color: #01FFB0;
}
</style>
background-color css
<style>
a { background-color: #01FFB0; }
a { background-color: rgb(1,255,176); }
div.DivClassName
{
background-color: #01FFB0;
}
.BgClassName
{
background-color: #01FFB0;
}
</style>
border-color css
<style>
span { border-color: #01FFB0; }
span { border-color: rgb(1,255,176); }
td.TdClassName
{
border-color: #01FFB0;
}
.TagClassName
{
border-color: #01FFB0;
}
</style>