Shades of Spring Green #01F17A
Tints of Spring Green #01F17A
RGB
CMYK
RGB Variations
Color information
#01F17A (or 0x01F17A) is known color: Spring Green. HEX triplet: 01, F1 and 7A. RGB value is (1,241,122). Sum of RGB (Red+Green+Blue) = 1+241+122=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #01F17A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F17A is #FE0E85. Grayscale: #9B9B9B. Windows color (decimal): -16649862 or 8057089. OLE color: 8057089.
HSL color Cylindrical-coordinate representation of color #01F17A: hue angle of 150.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F17A is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 122 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.05 |
| HSL | 150.25º | 0.99% | 0.47% | - |
| HSV(B) | 150.25º | 1% | 0.95% | - |
| XYZ | 34.98 | 64.32 | 28.98 | - |
| YUV | 155.67 | 108.99 | 17.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 122 | 1.00 | 0 | 0.49 | 0.05 | 150.25 | 0.99 | 0.47 |
| Hex | 1 | F1 | 7A | 64 | 0 | 31 | 5 | 96 | 63 | 2F |
| Octal | 1 | 361 | 172 | 144 | 0 | 61 | 5 | 226 | 143 | 57 |
| Binary | 1 | 11110001 | 1111010 | 1100100 | 0 | 110001 | 101 | 10010110 | 1100011 | 101111 |
Color Harmonies of #01F17A
Complementary color
Monochromatic Colors of #01F17A
Black with #01F17A
Text Example
Text Example
White with #01F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F17A; }
p { color: rgb(1,241,122); }
H1.HeaderClassName
{
color: #01F17A;
}
.AnyTagClassName
{
color: #01F17A;
}
</style>
background-color css
<style>
a { background-color: #01F17A; }
a { background-color: rgb(1,241,122); }
div.DivClassName
{
background-color: #01F17A;
}
.BgClassName
{
background-color: #01F17A;
}
</style>
border-color css
<style>
span { border-color: #01F17A; }
span { border-color: rgb(1,241,122); }
td.TdClassName
{
border-color: #01F17A;
}
.TagClassName
{
border-color: #01F17A;
}
</style>