Shades of Medium Spring Green #01FFAA
Tints of Medium Spring Green #01FFAA
RGB
CMYK
RGB Variations
Color information
#01FFAA (or 0x01FFAA) is known color: Medium Spring Green. HEX triplet: 01, FF and AA. RGB value is (1,255,170). Sum of RGB (Red+Green+Blue) = 1+255+170=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FFAA is #FE0055. Grayscale: #A9A9A9. Windows color (decimal): -16646230 or 11206401. OLE color: 11206401.
HSL color Cylindrical-coordinate representation of color #01FFAA: hue angle of 159.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFAA is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 170 | - |
| CMYK | 1.00 | 0 | 0.33 | 0 |
| HSL | 159.92º | 1% | 0.5% | - |
| HSV(B) | 159.92º | 1% | 1% | - |
| XYZ | 43.03 | 74.43 | 50.13 | - |
| YUV | 169.36 | 128.35 | 7.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 170 | 1.00 | 0 | 0.33 | 0 | 159.92 | 1 | 0.5 |
| Hex | 1 | FF | AA | 64 | 0 | 21 | 0 | A0 | 64 | 32 |
| Octal | 1 | 377 | 252 | 144 | 0 | 41 | 0 | 240 | 144 | 62 |
| Binary | 1 | 11111111 | 10101010 | 1100100 | 0 | 100001 | 0 | 10100000 | 1100100 | 110010 |
Color Harmonies of #01FFAA
Complementary color
Monochromatic Colors of #01FFAA
Black with #01FFAA
Text Example
Text Example
White with #01FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFAA; }
p { color: rgb(1,255,170); }
H1.HeaderClassName
{
color: #01FFAA;
}
.AnyTagClassName
{
color: #01FFAA;
}
</style>
background-color css
<style>
a { background-color: #01FFAA; }
a { background-color: rgb(1,255,170); }
div.DivClassName
{
background-color: #01FFAA;
}
.BgClassName
{
background-color: #01FFAA;
}
</style>
border-color css
<style>
span { border-color: #01FFAA; }
span { border-color: rgb(1,255,170); }
td.TdClassName
{
border-color: #01FFAA;
}
.TagClassName
{
border-color: #01FFAA;
}
</style>