Shades of Spring Green #01FA68
Tints of Spring Green #01FA68
RGB
CMYK
RGB Variations
Color information
#01FA68 (or 0x01FA68) is known color: Spring Green. HEX triplet: 01, FA and 68. RGB value is (1,250,104). Sum of RGB (Red+Green+Blue) = 1+250+104=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA68 is #FE0597. Grayscale: #9F9F9F. Windows color (decimal): -16647576 or 6879745. OLE color: 6879745.
HSL color Cylindrical-coordinate representation of color #01FA68: hue angle of 144.82º 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 #01FA68 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 104 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.02 |
| HSL | 144.82º | 0.99% | 0.49% | - |
| HSV(B) | 144.82º | 1% | 0.98% | - |
| XYZ | 36.7 | 69.38 | 24.55 | - |
| YUV | 158.91 | 97.01 | 15.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 104 | 1.00 | 0 | 0.58 | 0.02 | 144.82 | 0.99 | 0.49 |
| Hex | 1 | FA | 68 | 64 | 0 | 3A | 2 | 91 | 63 | 31 |
| Octal | 1 | 372 | 150 | 144 | 0 | 72 | 2 | 221 | 143 | 61 |
| Binary | 1 | 11111010 | 1101000 | 1100100 | 0 | 111010 | 10 | 10010001 | 1100011 | 110001 |
Color Harmonies of #01FA68
Complementary color
Monochromatic Colors of #01FA68
Black with #01FA68
Text Example
Text Example
White with #01FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA68; }
p { color: rgb(1,250,104); }
H1.HeaderClassName
{
color: #01FA68;
}
.AnyTagClassName
{
color: #01FA68;
}
</style>
background-color css
<style>
a { background-color: #01FA68; }
a { background-color: rgb(1,250,104); }
div.DivClassName
{
background-color: #01FA68;
}
.BgClassName
{
background-color: #01FA68;
}
</style>
border-color css
<style>
span { border-color: #01FA68; }
span { border-color: rgb(1,250,104); }
td.TdClassName
{
border-color: #01FA68;
}
.TagClassName
{
border-color: #01FA68;
}
</style>