Shades of Medium Spring Green #01FAB6
Tints of Medium Spring Green #01FAB6
RGB
CMYK
RGB Variations
Color information
#01FAB6 (or 0x01FAB6) is known color: Medium Spring Green. HEX triplet: 01, FA and B6. RGB value is (1,250,182). Sum of RGB (Red+Green+Blue) = 1+250+182=433 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FAB6 is #FE0549. Grayscale: #A7A7A7. Windows color (decimal): -16647498 or 11991553. OLE color: 11991553.
HSL color Cylindrical-coordinate representation of color #01FAB6: hue angle of 163.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FAB6 is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 182 | - |
| CMYK | 1.00 | 0 | 0.27 | 0.02 |
| HSL | 163.61º | 0.99% | 0.49% | - |
| HSV(B) | 163.61º | 1% | 0.98% | - |
| XYZ | 42.64 | 71.76 | 55.86 | - |
| YUV | 167.8 | 136.01 | 9.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 182 | 1.00 | 0 | 0.27 | 0.02 | 163.61 | 0.99 | 0.49 |
| Hex | 1 | FA | B6 | 64 | 0 | 1B | 2 | A4 | 63 | 31 |
| Octal | 1 | 372 | 266 | 144 | 0 | 33 | 2 | 244 | 143 | 61 |
| Binary | 1 | 11111010 | 10110110 | 1100100 | 0 | 11011 | 10 | 10100100 | 1100011 | 110001 |
Color Harmonies of #01FAB6
Complementary color
Monochromatic Colors of #01FAB6
Black with #01FAB6
Text Example
Text Example
White with #01FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FAB6; }
p { color: rgb(1,250,182); }
H1.HeaderClassName
{
color: #01FAB6;
}
.AnyTagClassName
{
color: #01FAB6;
}
</style>
background-color css
<style>
a { background-color: #01FAB6; }
a { background-color: rgb(1,250,182); }
div.DivClassName
{
background-color: #01FAB6;
}
.BgClassName
{
background-color: #01FAB6;
}
</style>
border-color css
<style>
span { border-color: #01FAB6; }
span { border-color: rgb(1,250,182); }
td.TdClassName
{
border-color: #01FAB6;
}
.TagClassName
{
border-color: #01FAB6;
}
</style>