Shades of Spring Green #01F188
Tints of Spring Green #01F188
RGB
CMYK
RGB Variations
Color information
#01F188 (or 0x01F188) is known color: Spring Green. HEX triplet: 01, F1 and 88. RGB value is (1,241,136). Sum of RGB (Red+Green+Blue) = 1+241+136=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #01F188 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F188 is #FE0E77. Grayscale: #9D9D9D. Windows color (decimal): -16649848 or 8974593. OLE color: 8974593.
HSL color Cylindrical-coordinate representation of color #01F188: hue angle of 153.75º 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 #01F188 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 136 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.05 |
| HSL | 153.75º | 0.99% | 0.47% | - |
| HSV(B) | 153.75º | 1% | 0.95% | - |
| XYZ | 35.91 | 64.69 | 33.89 | - |
| YUV | 157.27 | 115.99 | 16.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 136 | 1.00 | 0 | 0.44 | 0.05 | 153.75 | 0.99 | 0.47 |
| Hex | 1 | F1 | 88 | 64 | 0 | 2C | 5 | 9A | 63 | 2F |
| Octal | 1 | 361 | 210 | 144 | 0 | 54 | 5 | 232 | 143 | 57 |
| Binary | 1 | 11110001 | 10001000 | 1100100 | 0 | 101100 | 101 | 10011010 | 1100011 | 101111 |
Color Harmonies of #01F188
Complementary color
Monochromatic Colors of #01F188
Black with #01F188
Text Example
Text Example
White with #01F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F188; }
p { color: rgb(1,241,136); }
H1.HeaderClassName
{
color: #01F188;
}
.AnyTagClassName
{
color: #01F188;
}
</style>
background-color css
<style>
a { background-color: #01F188; }
a { background-color: rgb(1,241,136); }
div.DivClassName
{
background-color: #01F188;
}
.BgClassName
{
background-color: #01F188;
}
</style>
border-color css
<style>
span { border-color: #01F188; }
span { border-color: rgb(1,241,136); }
td.TdClassName
{
border-color: #01F188;
}
.TagClassName
{
border-color: #01F188;
}
</style>