Shades of Spring Green #01F286
Tints of Spring Green #01F286
RGB
CMYK
RGB Variations
Color information
#01F286 (or 0x01F286) is known color: Spring Green. HEX triplet: 01, F2 and 86. RGB value is (1,242,134). Sum of RGB (Red+Green+Blue) = 1+242+134=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #01F286 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F286 is #FE0D79. Grayscale: #9D9D9D. Windows color (decimal): -16649594 or 8843777. OLE color: 8843777.
HSL color Cylindrical-coordinate representation of color #01F286: hue angle of 153.11º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F286 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 134 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.05 |
| HSL | 153.11º | 0.99% | 0.48% | - |
| HSV(B) | 153.11º | 1% | 0.95% | - |
| XYZ | 36.07 | 65.23 | 33.24 | - |
| YUV | 157.63 | 114.66 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 134 | 1.00 | 0 | 0.45 | 0.05 | 153.11 | 0.99 | 0.48 |
| Hex | 1 | F2 | 86 | 64 | 0 | 2D | 5 | 99 | 63 | 30 |
| Octal | 1 | 362 | 206 | 144 | 0 | 55 | 5 | 231 | 143 | 60 |
| Binary | 1 | 11110010 | 10000110 | 1100100 | 0 | 101101 | 101 | 10011001 | 1100011 | 110000 |
Color Harmonies of #01F286
Complementary color
Monochromatic Colors of #01F286
Black with #01F286
Text Example
Text Example
White with #01F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F286; }
p { color: rgb(1,242,134); }
H1.HeaderClassName
{
color: #01F286;
}
.AnyTagClassName
{
color: #01F286;
}
</style>
background-color css
<style>
a { background-color: #01F286; }
a { background-color: rgb(1,242,134); }
div.DivClassName
{
background-color: #01F286;
}
.BgClassName
{
background-color: #01F286;
}
</style>
border-color css
<style>
span { border-color: #01F286; }
span { border-color: rgb(1,242,134); }
td.TdClassName
{
border-color: #01F286;
}
.TagClassName
{
border-color: #01F286;
}
</style>