Shades of Spring Green #01FA78
Tints of Spring Green #01FA78
RGB
CMYK
RGB Variations
Color information
#01FA78 (or 0x01FA78) is known color: Spring Green. HEX triplet: 01, FA and 78. RGB value is (1,250,120). Sum of RGB (Red+Green+Blue) = 1+250+120=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA78 is #FE0587. Grayscale: #A1A1A1. Windows color (decimal): -16647560 or 7928321. OLE color: 7928321.
HSL color Cylindrical-coordinate representation of color #01FA78: hue angle of 148.67º 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 #01FA78 is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 120 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.02 |
| HSL | 148.67º | 0.99% | 0.49% | - |
| HSV(B) | 148.67º | 1% | 0.98% | - |
| XYZ | 37.59 | 69.73 | 29.25 | - |
| YUV | 160.73 | 105.01 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 120 | 1.00 | 0 | 0.52 | 0.02 | 148.67 | 0.99 | 0.49 |
| Hex | 1 | FA | 78 | 64 | 0 | 34 | 2 | 95 | 63 | 31 |
| Octal | 1 | 372 | 170 | 144 | 0 | 64 | 2 | 225 | 143 | 61 |
| Binary | 1 | 11111010 | 1111000 | 1100100 | 0 | 110100 | 10 | 10010101 | 1100011 | 110001 |
Color Harmonies of #01FA78
Complementary color
Monochromatic Colors of #01FA78
Black with #01FA78
Text Example
Text Example
White with #01FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA78; }
p { color: rgb(1,250,120); }
H1.HeaderClassName
{
color: #01FA78;
}
.AnyTagClassName
{
color: #01FA78;
}
</style>
background-color css
<style>
a { background-color: #01FA78; }
a { background-color: rgb(1,250,120); }
div.DivClassName
{
background-color: #01FA78;
}
.BgClassName
{
background-color: #01FA78;
}
</style>
border-color css
<style>
span { border-color: #01FA78; }
span { border-color: rgb(1,250,120); }
td.TdClassName
{
border-color: #01FA78;
}
.TagClassName
{
border-color: #01FA78;
}
</style>