Shades of Medium Spring Green #01FAAB
Tints of Medium Spring Green #01FAAB
RGB
CMYK
RGB Variations
Color information
#01FAAB (or 0x01FAAB) is known color: Medium Spring Green. HEX triplet: 01, FA and AB. RGB value is (1,250,171). Sum of RGB (Red+Green+Blue) = 1+250+171=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FAAB is #FE0554. Grayscale: #A6A6A6. Windows color (decimal): -16647509 or 11270657. OLE color: 11270657.
HSL color Cylindrical-coordinate representation of color #01FAAB: hue angle of 160.96º 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 #01FAAB is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 171 | - |
| CMYK | 1.00 | 0 | 0.32 | 0.02 |
| HSL | 160.96º | 0.99% | 0.49% | - |
| HSV(B) | 160.96º | 1% | 0.98% | - |
| XYZ | 41.55 | 71.32 | 50.1 | - |
| YUV | 166.54 | 130.51 | 9.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 171 | 1.00 | 0 | 0.32 | 0.02 | 160.96 | 0.99 | 0.49 |
| Hex | 1 | FA | AB | 64 | 0 | 20 | 2 | A1 | 63 | 31 |
| Octal | 1 | 372 | 253 | 144 | 0 | 40 | 2 | 241 | 143 | 61 |
| Binary | 1 | 11111010 | 10101011 | 1100100 | 0 | 100000 | 10 | 10100001 | 1100011 | 110001 |
Color Harmonies of #01FAAB
Complementary color
Monochromatic Colors of #01FAAB
Black with #01FAAB
Text Example
Text Example
White with #01FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FAAB; }
p { color: rgb(1,250,171); }
H1.HeaderClassName
{
color: #01FAAB;
}
.AnyTagClassName
{
color: #01FAAB;
}
</style>
background-color css
<style>
a { background-color: #01FAAB; }
a { background-color: rgb(1,250,171); }
div.DivClassName
{
background-color: #01FAAB;
}
.BgClassName
{
background-color: #01FAAB;
}
</style>
border-color css
<style>
span { border-color: #01FAAB; }
span { border-color: rgb(1,250,171); }
td.TdClassName
{
border-color: #01FAAB;
}
.TagClassName
{
border-color: #01FAAB;
}
</style>