Shades of Spring Green #01FD6A
Tints of Spring Green #01FD6A
RGB
CMYK
RGB Variations
Color information
#01FD6A (or 0x01FD6A) is known color: Spring Green. HEX triplet: 01, FD and 6A. RGB value is (1,253,106). Sum of RGB (Red+Green+Blue) = 1+253+106=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD6A is #FE0295. Grayscale: #A1A1A1. Windows color (decimal): -16646806 or 7011585. OLE color: 7011585.
HSL color Cylindrical-coordinate representation of color #01FD6A: hue angle of 145º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FD6A is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 106 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.01 |
| HSL | 145º | 0.99% | 0.5% | - |
| HSV(B) | 145º | 1% | 0.99% | - |
| XYZ | 37.74 | 71.3 | 25.41 | - |
| YUV | 160.89 | 97.01 | 13.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 106 | 1.00 | 0 | 0.58 | 0.01 | 145 | 0.99 | 0.5 |
| Hex | 1 | FD | 6A | 64 | 0 | 3A | 1 | 91 | 63 | 32 |
| Octal | 1 | 375 | 152 | 144 | 0 | 72 | 1 | 221 | 143 | 62 |
| Binary | 1 | 11111101 | 1101010 | 1100100 | 0 | 111010 | 1 | 10010001 | 1100011 | 110010 |
Color Harmonies of #01FD6A
Complementary color
Monochromatic Colors of #01FD6A
Black with #01FD6A
Text Example
Text Example
White with #01FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD6A; }
p { color: rgb(1,253,106); }
H1.HeaderClassName
{
color: #01FD6A;
}
.AnyTagClassName
{
color: #01FD6A;
}
</style>
background-color css
<style>
a { background-color: #01FD6A; }
a { background-color: rgb(1,253,106); }
div.DivClassName
{
background-color: #01FD6A;
}
.BgClassName
{
background-color: #01FD6A;
}
</style>
border-color css
<style>
span { border-color: #01FD6A; }
span { border-color: rgb(1,253,106); }
td.TdClassName
{
border-color: #01FD6A;
}
.TagClassName
{
border-color: #01FD6A;
}
</style>