Shades of Spring Green #01F66C
Tints of Spring Green #01F66C
RGB
CMYK
RGB Variations
Color information
#01F66C (or 0x01F66C) is known color: Spring Green. HEX triplet: 01, F6 and 6C. RGB value is (1,246,108). Sum of RGB (Red+Green+Blue) = 1+246+108=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #01F66C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F66C is #FE0993. Grayscale: #9D9D9D. Windows color (decimal): -16648596 or 7140865. OLE color: 7140865.
HSL color Cylindrical-coordinate representation of color #01F66C: hue angle of 146.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F66C is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 246 | 108 | - |
| CMYK | 1.00 | 0 | 0.56 | 0.04 |
| HSL | 146.2º | 0.99% | 0.48% | - |
| HSV(B) | 146.2º | 1% | 0.96% | - |
| XYZ | 35.68 | 67 | 25.24 | - |
| YUV | 157.01 | 100.33 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 246 | 108 | 1.00 | 0 | 0.56 | 0.04 | 146.2 | 0.99 | 0.48 |
| Hex | 1 | F6 | 6C | 64 | 0 | 38 | 4 | 92 | 63 | 30 |
| Octal | 1 | 366 | 154 | 144 | 0 | 70 | 4 | 222 | 143 | 60 |
| Binary | 1 | 11110110 | 1101100 | 1100100 | 0 | 111000 | 100 | 10010010 | 1100011 | 110000 |
Color Harmonies of #01F66C
Complementary color
Monochromatic Colors of #01F66C
Black with #01F66C
Text Example
Text Example
White with #01F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F66C; }
p { color: rgb(1,246,108); }
H1.HeaderClassName
{
color: #01F66C;
}
.AnyTagClassName
{
color: #01F66C;
}
</style>
background-color css
<style>
a { background-color: #01F66C; }
a { background-color: rgb(1,246,108); }
div.DivClassName
{
background-color: #01F66C;
}
.BgClassName
{
background-color: #01F66C;
}
</style>
border-color css
<style>
span { border-color: #01F66C; }
span { border-color: rgb(1,246,108); }
td.TdClassName
{
border-color: #01F66C;
}
.TagClassName
{
border-color: #01F66C;
}
</style>