Shades of Medium Spring Green #01FAAC
Tints of Medium Spring Green #01FAAC
RGB
CMYK
RGB Variations
Color information
#01FAAC (or 0x01FAAC) is known color: Medium Spring Green. HEX triplet: 01, FA and AC. RGB value is (1,250,172). Sum of RGB (Red+Green+Blue) = 1+250+172=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FAAC is #FE0553. Grayscale: #A6A6A6. Windows color (decimal): -16647508 or 11336193. OLE color: 11336193.
HSL color Cylindrical-coordinate representation of color #01FAAC: hue angle of 161.2º 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 #01FAAC is Cyan = 1.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 172 | - |
| CMYK | 1.00 | 0 | 0.31 | 0.02 |
| HSL | 161.2º | 0.99% | 0.49% | - |
| HSV(B) | 161.2º | 1% | 0.98% | - |
| XYZ | 41.64 | 71.36 | 50.61 | - |
| YUV | 166.66 | 131.01 | 9.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 172 | 1.00 | 0 | 0.31 | 0.02 | 161.2 | 0.99 | 0.49 |
| Hex | 1 | FA | AC | 64 | 0 | 1F | 2 | A1 | 63 | 31 |
| Octal | 1 | 372 | 254 | 144 | 0 | 37 | 2 | 241 | 143 | 61 |
| Binary | 1 | 11111010 | 10101100 | 1100100 | 0 | 11111 | 10 | 10100001 | 1100011 | 110001 |
Color Harmonies of #01FAAC
Complementary color
Monochromatic Colors of #01FAAC
Black with #01FAAC
Text Example
Text Example
White with #01FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FAAC; }
p { color: rgb(1,250,172); }
H1.HeaderClassName
{
color: #01FAAC;
}
.AnyTagClassName
{
color: #01FAAC;
}
</style>
background-color css
<style>
a { background-color: #01FAAC; }
a { background-color: rgb(1,250,172); }
div.DivClassName
{
background-color: #01FAAC;
}
.BgClassName
{
background-color: #01FAAC;
}
</style>
border-color css
<style>
span { border-color: #01FAAC; }
span { border-color: rgb(1,250,172); }
td.TdClassName
{
border-color: #01FAAC;
}
.TagClassName
{
border-color: #01FAAC;
}
</style>