Shades of Medium Spring Green #01FAB5
Tints of Medium Spring Green #01FAB5
RGB
CMYK
RGB Variations
Color information
#01FAB5 (or 0x01FAB5) is known color: Medium Spring Green. HEX triplet: 01, FA and B5. RGB value is (1,250,181). Sum of RGB (Red+Green+Blue) = 1+250+181=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FAB5 is #FE054A. Grayscale: #A7A7A7. Windows color (decimal): -16647499 or 11926017. OLE color: 11926017.
HSL color Cylindrical-coordinate representation of color #01FAB5: hue angle of 163.37º 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 #01FAB5 is Cyan = 1.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 181 | - |
| CMYK | 1.00 | 0 | 0.28 | 0.02 |
| HSL | 163.37º | 0.99% | 0.49% | - |
| HSV(B) | 163.37º | 1% | 0.98% | - |
| XYZ | 42.54 | 71.71 | 55.32 | - |
| YUV | 167.68 | 135.51 | 9.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 181 | 1.00 | 0 | 0.28 | 0.02 | 163.37 | 0.99 | 0.49 |
| Hex | 1 | FA | B5 | 64 | 0 | 1C | 2 | A3 | 63 | 31 |
| Octal | 1 | 372 | 265 | 144 | 0 | 34 | 2 | 243 | 143 | 61 |
| Binary | 1 | 11111010 | 10110101 | 1100100 | 0 | 11100 | 10 | 10100011 | 1100011 | 110001 |
Color Harmonies of #01FAB5
Complementary color
Monochromatic Colors of #01FAB5
Black with #01FAB5
Text Example
Text Example
White with #01FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FAB5; }
p { color: rgb(1,250,181); }
H1.HeaderClassName
{
color: #01FAB5;
}
.AnyTagClassName
{
color: #01FAB5;
}
</style>
background-color css
<style>
a { background-color: #01FAB5; }
a { background-color: rgb(1,250,181); }
div.DivClassName
{
background-color: #01FAB5;
}
.BgClassName
{
background-color: #01FAB5;
}
</style>
border-color css
<style>
span { border-color: #01FAB5; }
span { border-color: rgb(1,250,181); }
td.TdClassName
{
border-color: #01FAB5;
}
.TagClassName
{
border-color: #01FAB5;
}
</style>