Shades of Medium Spring Green #01FAB2
Tints of Medium Spring Green #01FAB2
RGB
CMYK
RGB Variations
Color information
#01FAB2 (or 0x01FAB2) is known color: Medium Spring Green. HEX triplet: 01, FA and B2. RGB value is (1,250,178). Sum of RGB (Red+Green+Blue) = 1+250+178=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FAB2 is #FE054D. Grayscale: #A7A7A7. Windows color (decimal): -16647502 or 11729409. OLE color: 11729409.
HSL color Cylindrical-coordinate representation of color #01FAB2: hue angle of 162.65º 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 #01FAB2 is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 178 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.02 |
| HSL | 162.65º | 0.99% | 0.49% | - |
| HSV(B) | 162.65º | 1% | 0.98% | - |
| XYZ | 42.23 | 71.59 | 53.71 | - |
| YUV | 167.34 | 134.01 | 9.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 178 | 1.00 | 0 | 0.29 | 0.02 | 162.65 | 0.99 | 0.49 |
| Hex | 1 | FA | B2 | 64 | 0 | 1D | 2 | A3 | 63 | 31 |
| Octal | 1 | 372 | 262 | 144 | 0 | 35 | 2 | 243 | 143 | 61 |
| Binary | 1 | 11111010 | 10110010 | 1100100 | 0 | 11101 | 10 | 10100011 | 1100011 | 110001 |
Color Harmonies of #01FAB2
Complementary color
Monochromatic Colors of #01FAB2
Black with #01FAB2
Text Example
Text Example
White with #01FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FAB2; }
p { color: rgb(1,250,178); }
H1.HeaderClassName
{
color: #01FAB2;
}
.AnyTagClassName
{
color: #01FAB2;
}
</style>
background-color css
<style>
a { background-color: #01FAB2; }
a { background-color: rgb(1,250,178); }
div.DivClassName
{
background-color: #01FAB2;
}
.BgClassName
{
background-color: #01FAB2;
}
</style>
border-color css
<style>
span { border-color: #01FAB2; }
span { border-color: rgb(1,250,178); }
td.TdClassName
{
border-color: #01FAB2;
}
.TagClassName
{
border-color: #01FAB2;
}
</style>