Shades of Spring Green #01F980
Tints of Spring Green #01F980
RGB
CMYK
RGB Variations
Color information
#01F980 (or 0x01F980) is known color: Spring Green. HEX triplet: 01, F9 and 80. RGB value is (1,249,128). Sum of RGB (Red+Green+Blue) = 1+249+128=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #01F980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F980 is #FE067F. Grayscale: #A1A1A1. Windows color (decimal): -16647808 or 8452353. OLE color: 8452353.
HSL color Cylindrical-coordinate representation of color #01F980: hue angle of 150.73º 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 #01F980 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 249 | 128 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.02 |
| HSL | 150.73º | 0.99% | 0.49% | - |
| HSV(B) | 150.73º | 1% | 0.98% | - |
| XYZ | 37.78 | 69.32 | 31.81 | - |
| YUV | 161.05 | 109.34 | 13.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 249 | 128 | 1.00 | 0 | 0.49 | 0.02 | 150.73 | 0.99 | 0.49 |
| Hex | 1 | F9 | 80 | 64 | 0 | 31 | 2 | 97 | 63 | 31 |
| Octal | 1 | 371 | 200 | 144 | 0 | 61 | 2 | 227 | 143 | 61 |
| Binary | 1 | 11111001 | 10000000 | 1100100 | 0 | 110001 | 10 | 10010111 | 1100011 | 110001 |
Color Harmonies of #01F980
Complementary color
Monochromatic Colors of #01F980
Black with #01F980
Text Example
Text Example
White with #01F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F980; }
p { color: rgb(1,249,128); }
H1.HeaderClassName
{
color: #01F980;
}
.AnyTagClassName
{
color: #01F980;
}
</style>
background-color css
<style>
a { background-color: #01F980; }
a { background-color: rgb(1,249,128); }
div.DivClassName
{
background-color: #01F980;
}
.BgClassName
{
background-color: #01F980;
}
</style>
border-color css
<style>
span { border-color: #01F980; }
span { border-color: rgb(1,249,128); }
td.TdClassName
{
border-color: #01F980;
}
.TagClassName
{
border-color: #01F980;
}
</style>