Shades of Spring Green #01F973
Tints of Spring Green #01F973
RGB
CMYK
RGB Variations
Color information
#01F973 (or 0x01F973) is known color: Spring Green. HEX triplet: 01, F9 and 73. RGB value is (1,249,115). Sum of RGB (Red+Green+Blue) = 1+249+115=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #01F973 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F973 is #FE068C. Grayscale: #9F9F9F. Windows color (decimal): -16647821 or 7600385. OLE color: 7600385.
HSL color Cylindrical-coordinate representation of color #01F973: hue angle of 147.58º 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 #01F973 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 249 | 115 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.02 |
| HSL | 147.58º | 0.99% | 0.49% | - |
| HSV(B) | 147.58º | 1% | 0.98% | - |
| XYZ | 36.98 | 69 | 27.59 | - |
| YUV | 159.57 | 102.84 | 14.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 249 | 115 | 1.00 | 0 | 0.54 | 0.02 | 147.58 | 0.99 | 0.49 |
| Hex | 1 | F9 | 73 | 64 | 0 | 36 | 2 | 94 | 63 | 31 |
| Octal | 1 | 371 | 163 | 144 | 0 | 66 | 2 | 224 | 143 | 61 |
| Binary | 1 | 11111001 | 1110011 | 1100100 | 0 | 110110 | 10 | 10010100 | 1100011 | 110001 |
Color Harmonies of #01F973
Complementary color
Monochromatic Colors of #01F973
Black with #01F973
Text Example
Text Example
White with #01F973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F973; }
p { color: rgb(1,249,115); }
H1.HeaderClassName
{
color: #01F973;
}
.AnyTagClassName
{
color: #01F973;
}
</style>
background-color css
<style>
a { background-color: #01F973; }
a { background-color: rgb(1,249,115); }
div.DivClassName
{
background-color: #01F973;
}
.BgClassName
{
background-color: #01F973;
}
</style>
border-color css
<style>
span { border-color: #01F973; }
span { border-color: rgb(1,249,115); }
td.TdClassName
{
border-color: #01F973;
}
.TagClassName
{
border-color: #01F973;
}
</style>