Shades of Spring Green #01F282
Tints of Spring Green #01F282
RGB
CMYK
RGB Variations
Color information
#01F282 (or 0x01F282) is known color: Spring Green. HEX triplet: 01, F2 and 82. RGB value is (1,242,130). Sum of RGB (Red+Green+Blue) = 1+242+130=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #01F282 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F282 is #FE0D7D. Grayscale: #9D9D9D. Windows color (decimal): -16649598 or 8581633. OLE color: 8581633.
HSL color Cylindrical-coordinate representation of color #01F282: hue angle of 152.12º 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 #01F282 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 130 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.05 |
| HSL | 152.12º | 0.99% | 0.48% | - |
| HSV(B) | 152.12º | 1% | 0.95% | - |
| XYZ | 35.79 | 65.12 | 31.8 | - |
| YUV | 157.17 | 112.66 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 130 | 1.00 | 0 | 0.46 | 0.05 | 152.12 | 0.99 | 0.48 |
| Hex | 1 | F2 | 82 | 64 | 0 | 2E | 5 | 98 | 63 | 30 |
| Octal | 1 | 362 | 202 | 144 | 0 | 56 | 5 | 230 | 143 | 60 |
| Binary | 1 | 11110010 | 10000010 | 1100100 | 0 | 101110 | 101 | 10011000 | 1100011 | 110000 |
Color Harmonies of #01F282
Complementary color
Monochromatic Colors of #01F282
Black with #01F282
Text Example
Text Example
White with #01F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F282; }
p { color: rgb(1,242,130); }
H1.HeaderClassName
{
color: #01F282;
}
.AnyTagClassName
{
color: #01F282;
}
</style>
background-color css
<style>
a { background-color: #01F282; }
a { background-color: rgb(1,242,130); }
div.DivClassName
{
background-color: #01F282;
}
.BgClassName
{
background-color: #01F282;
}
</style>
border-color css
<style>
span { border-color: #01F282; }
span { border-color: rgb(1,242,130); }
td.TdClassName
{
border-color: #01F282;
}
.TagClassName
{
border-color: #01F282;
}
</style>