Shades of Spring Green #01F073
Tints of Spring Green #01F073
RGB
CMYK
RGB Variations
Color information
#01F073 (or 0x01F073) is known color: Spring Green. HEX triplet: 01, F0 and 73. RGB value is (1,240,115). Sum of RGB (Red+Green+Blue) = 1+240+115=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #01F073 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F073 is #FE0F8C. Grayscale: #9A9A9A. Windows color (decimal): -16650125 or 7598081. OLE color: 7598081.
HSL color Cylindrical-coordinate representation of color #01F073: hue angle of 148.62º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F073 is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 115 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.06 |
| HSL | 148.62º | 0.99% | 0.47% | - |
| HSV(B) | 148.62º | 1% | 0.94% | - |
| XYZ | 34.27 | 63.56 | 26.68 | - |
| YUV | 154.29 | 105.82 | 18.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 115 | 1.00 | 0 | 0.52 | 0.06 | 148.62 | 0.99 | 0.47 |
| Hex | 1 | F0 | 73 | 64 | 0 | 34 | 6 | 95 | 63 | 2F |
| Octal | 1 | 360 | 163 | 144 | 0 | 64 | 6 | 225 | 143 | 57 |
| Binary | 1 | 11110000 | 1110011 | 1100100 | 0 | 110100 | 110 | 10010101 | 1100011 | 101111 |
Color Harmonies of #01F073
Complementary color
Monochromatic Colors of #01F073
Black with #01F073
Text Example
Text Example
White with #01F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F073; }
p { color: rgb(1,240,115); }
H1.HeaderClassName
{
color: #01F073;
}
.AnyTagClassName
{
color: #01F073;
}
</style>
background-color css
<style>
a { background-color: #01F073; }
a { background-color: rgb(1,240,115); }
div.DivClassName
{
background-color: #01F073;
}
.BgClassName
{
background-color: #01F073;
}
</style>
border-color css
<style>
span { border-color: #01F073; }
span { border-color: rgb(1,240,115); }
td.TdClassName
{
border-color: #01F073;
}
.TagClassName
{
border-color: #01F073;
}
</style>