Shades of Medium Spring Green #01FFA5
Tints of Medium Spring Green #01FFA5
RGB
CMYK
RGB Variations
Color information
#01FFA5 (or 0x01FFA5) is known color: Medium Spring Green. HEX triplet: 01, FF and A5. RGB value is (1,255,165). Sum of RGB (Red+Green+Blue) = 1+255+165=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FFA5 is #FE005A. Grayscale: #A8A8A8. Windows color (decimal): -16646235 or 10878721. OLE color: 10878721.
HSL color Cylindrical-coordinate representation of color #01FFA5: hue angle of 158.74º 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 #01FFA5 is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 165 | - |
| CMYK | 1.00 | 0 | 0.35 | 0 |
| HSL | 158.74º | 1% | 0.5% | - |
| HSV(B) | 158.74º | 1% | 1% | - |
| XYZ | 42.56 | 74.24 | 47.68 | - |
| YUV | 168.79 | 125.85 | 8.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 165 | 1.00 | 0 | 0.35 | 0 | 158.74 | 1 | 0.5 |
| Hex | 1 | FF | A5 | 64 | 0 | 23 | 0 | 9F | 64 | 32 |
| Octal | 1 | 377 | 245 | 144 | 0 | 43 | 0 | 237 | 144 | 62 |
| Binary | 1 | 11111111 | 10100101 | 1100100 | 0 | 100011 | 0 | 10011111 | 1100100 | 110010 |
Color Harmonies of #01FFA5
Complementary color
Monochromatic Colors of #01FFA5
Black with #01FFA5
Text Example
Text Example
White with #01FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFA5; }
p { color: rgb(1,255,165); }
H1.HeaderClassName
{
color: #01FFA5;
}
.AnyTagClassName
{
color: #01FFA5;
}
</style>
background-color css
<style>
a { background-color: #01FFA5; }
a { background-color: rgb(1,255,165); }
div.DivClassName
{
background-color: #01FFA5;
}
.BgClassName
{
background-color: #01FFA5;
}
</style>
border-color css
<style>
span { border-color: #01FFA5; }
span { border-color: rgb(1,255,165); }
td.TdClassName
{
border-color: #01FFA5;
}
.TagClassName
{
border-color: #01FFA5;
}
</style>