Shades of Spring Green #01F076
Tints of Spring Green #01F076
RGB
CMYK
RGB Variations
Color information
#01F076 (or 0x01F076) is known color: Spring Green. HEX triplet: 01, F0 and 76. RGB value is (1,240,118). Sum of RGB (Red+Green+Blue) = 1+240+118=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #01F076 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F076 is #FE0F89. Grayscale: #9A9A9A. Windows color (decimal): -16650122 or 7794689. OLE color: 7794689.
HSL color Cylindrical-coordinate representation of color #01F076: hue angle of 149.37º 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 #01F076 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 118 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.06 |
| HSL | 149.37º | 0.99% | 0.47% | - |
| HSV(B) | 149.37º | 1% | 0.94% | - |
| XYZ | 34.44 | 63.63 | 27.61 | - |
| YUV | 154.63 | 107.32 | 18.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 118 | 1.00 | 0 | 0.51 | 0.06 | 149.37 | 0.99 | 0.47 |
| Hex | 1 | F0 | 76 | 64 | 0 | 33 | 6 | 95 | 63 | 2F |
| Octal | 1 | 360 | 166 | 144 | 0 | 63 | 6 | 225 | 143 | 57 |
| Binary | 1 | 11110000 | 1110110 | 1100100 | 0 | 110011 | 110 | 10010101 | 1100011 | 101111 |
Color Harmonies of #01F076
Complementary color
Monochromatic Colors of #01F076
Black with #01F076
Text Example
Text Example
White with #01F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F076; }
p { color: rgb(1,240,118); }
H1.HeaderClassName
{
color: #01F076;
}
.AnyTagClassName
{
color: #01F076;
}
</style>
background-color css
<style>
a { background-color: #01F076; }
a { background-color: rgb(1,240,118); }
div.DivClassName
{
background-color: #01F076;
}
.BgClassName
{
background-color: #01F076;
}
</style>
border-color css
<style>
span { border-color: #01F076; }
span { border-color: rgb(1,240,118); }
td.TdClassName
{
border-color: #01F076;
}
.TagClassName
{
border-color: #01F076;
}
</style>