Shades of Spring Green #01FA74
Tints of Spring Green #01FA74
RGB
CMYK
RGB Variations
Color information
#01FA74 (or 0x01FA74) is known color: Spring Green. HEX triplet: 01, FA and 74. RGB value is (1,250,116). Sum of RGB (Red+Green+Blue) = 1+250+116=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA74 is #FE058B. Grayscale: #A0A0A0. Windows color (decimal): -16647564 or 7666177. OLE color: 7666177.
HSL color Cylindrical-coordinate representation of color #01FA74: hue angle of 147.71º 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 #01FA74 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 116 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.02 |
| HSL | 147.71º | 0.99% | 0.49% | - |
| HSV(B) | 147.71º | 1% | 0.98% | - |
| XYZ | 37.35 | 69.64 | 28 | - |
| YUV | 160.27 | 103.01 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 116 | 1.00 | 0 | 0.54 | 0.02 | 147.71 | 0.99 | 0.49 |
| Hex | 1 | FA | 74 | 64 | 0 | 36 | 2 | 94 | 63 | 31 |
| Octal | 1 | 372 | 164 | 144 | 0 | 66 | 2 | 224 | 143 | 61 |
| Binary | 1 | 11111010 | 1110100 | 1100100 | 0 | 110110 | 10 | 10010100 | 1100011 | 110001 |
Color Harmonies of #01FA74
Complementary color
Monochromatic Colors of #01FA74
Black with #01FA74
Text Example
Text Example
White with #01FA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA74; }
p { color: rgb(1,250,116); }
H1.HeaderClassName
{
color: #01FA74;
}
.AnyTagClassName
{
color: #01FA74;
}
</style>
background-color css
<style>
a { background-color: #01FA74; }
a { background-color: rgb(1,250,116); }
div.DivClassName
{
background-color: #01FA74;
}
.BgClassName
{
background-color: #01FA74;
}
</style>
border-color css
<style>
span { border-color: #01FA74; }
span { border-color: rgb(1,250,116); }
td.TdClassName
{
border-color: #01FA74;
}
.TagClassName
{
border-color: #01FA74;
}
</style>