Shades of Medium Spring Green #01F8A0
Tints of Medium Spring Green #01F8A0
RGB
CMYK
RGB Variations
Color information
#01F8A0 (or 0x01F8A0) is known color: Medium Spring Green. HEX triplet: 01, F8 and A0. RGB value is (1,248,160). Sum of RGB (Red+Green+Blue) = 1+248+160=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #01F8A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F8A0 is #FE075F. Grayscale: #A4A4A4. Windows color (decimal): -16648032 or 10549249. OLE color: 10549249.
HSL color Cylindrical-coordinate representation of color #01F8A0: hue angle of 158.62º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F8A0 is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 248 | 160 | - |
| CMYK | 1.00 | 0 | 0.35 | 0.03 |
| HSL | 158.62º | 0.99% | 0.49% | - |
| HSV(B) | 158.62º | 1% | 0.97% | - |
| XYZ | 39.93 | 69.68 | 44.6 | - |
| YUV | 164.12 | 125.67 | 11.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 248 | 160 | 1.00 | 0 | 0.35 | 0.03 | 158.62 | 0.99 | 0.49 |
| Hex | 1 | F8 | A0 | 64 | 0 | 23 | 3 | 9F | 63 | 31 |
| Octal | 1 | 370 | 240 | 144 | 0 | 43 | 3 | 237 | 143 | 61 |
| Binary | 1 | 11111000 | 10100000 | 1100100 | 0 | 100011 | 11 | 10011111 | 1100011 | 110001 |
Color Harmonies of #01F8A0
Complementary color
Monochromatic Colors of #01F8A0
Black with #01F8A0
Text Example
Text Example
White with #01F8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F8A0; }
p { color: rgb(1,248,160); }
H1.HeaderClassName
{
color: #01F8A0;
}
.AnyTagClassName
{
color: #01F8A0;
}
</style>
background-color css
<style>
a { background-color: #01F8A0; }
a { background-color: rgb(1,248,160); }
div.DivClassName
{
background-color: #01F8A0;
}
.BgClassName
{
background-color: #01F8A0;
}
</style>
border-color css
<style>
span { border-color: #01F8A0; }
span { border-color: rgb(1,248,160); }
td.TdClassName
{
border-color: #01F8A0;
}
.TagClassName
{
border-color: #01F8A0;
}
</style>