Shades of Spring Green #01FA6F
Tints of Spring Green #01FA6F
RGB
CMYK
RGB Variations
Color information
#01FA6F (or 0x01FA6F) is known color: Spring Green. HEX triplet: 01, FA and 6F. RGB value is (1,250,111). Sum of RGB (Red+Green+Blue) = 1+250+111=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 250 (98.05% from 255 or 69.06% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA6F is #FE0590. Grayscale: #A0A0A0. Windows color (decimal): -16647569 or 7338497. OLE color: 7338497.
HSL color Cylindrical-coordinate representation of color #01FA6F: hue angle of 146.51º 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 #01FA6F is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 111 | - |
| CMYK | 1.00 | 0 | 0.56 | 0.02 |
| HSL | 146.51º | 0.99% | 0.49% | - |
| HSV(B) | 146.51º | 1% | 0.98% | - |
| XYZ | 37.07 | 69.53 | 26.51 | - |
| YUV | 159.7 | 100.51 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 111 | 1.00 | 0 | 0.56 | 0.02 | 146.51 | 0.99 | 0.49 |
| Hex | 1 | FA | 6F | 64 | 0 | 38 | 2 | 93 | 63 | 31 |
| Octal | 1 | 372 | 157 | 144 | 0 | 70 | 2 | 223 | 143 | 61 |
| Binary | 1 | 11111010 | 1101111 | 1100100 | 0 | 111000 | 10 | 10010011 | 1100011 | 110001 |
Color Harmonies of #01FA6F
Complementary color
Monochromatic Colors of #01FA6F
Black with #01FA6F
Text Example
Text Example
White with #01FA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA6F; }
p { color: rgb(1,250,111); }
H1.HeaderClassName
{
color: #01FA6F;
}
.AnyTagClassName
{
color: #01FA6F;
}
</style>
background-color css
<style>
a { background-color: #01FA6F; }
a { background-color: rgb(1,250,111); }
div.DivClassName
{
background-color: #01FA6F;
}
.BgClassName
{
background-color: #01FA6F;
}
</style>
border-color css
<style>
span { border-color: #01FA6F; }
span { border-color: rgb(1,250,111); }
td.TdClassName
{
border-color: #01FA6F;
}
.TagClassName
{
border-color: #01FA6F;
}
</style>