Shades of Spring Green #01FE8A
Tints of Spring Green #01FE8A
RGB
CMYK
RGB Variations
Color information
#01FE8A (or 0x01FE8A) is known color: Spring Green. HEX triplet: 01, FE and 8A. RGB value is (1,254,138). Sum of RGB (Red+Green+Blue) = 1+254+138=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FE8A is #FE0175. Grayscale: #A5A5A5. Windows color (decimal): -16646518 or 9108993. OLE color: 9108993.
HSL color Cylindrical-coordinate representation of color #01FE8A: hue angle of 152.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE8A is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 138 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.00 |
| HSL | 152.49º | 0.99% | 0.5% | - |
| HSV(B) | 152.49º | 1% | 1% | - |
| XYZ | 40.04 | 72.73 | 35.97 | - |
| YUV | 165.13 | 112.68 | 10.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 138 | 1.00 | 0 | 0.46 | 0.00 | 152.49 | 0.99 | 0.5 |
| Hex | 1 | FE | 8A | 64 | 0 | 2E | 0 | 98 | 63 | 32 |
| Octal | 1 | 376 | 212 | 144 | 0 | 56 | 0 | 230 | 143 | 62 |
| Binary | 1 | 11111110 | 10001010 | 1100100 | 0 | 101110 | 0 | 10011000 | 1100011 | 110010 |
Color Harmonies of #01FE8A
Complementary color
Monochromatic Colors of #01FE8A
Black with #01FE8A
Text Example
Text Example
White with #01FE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE8A; }
p { color: rgb(1,254,138); }
H1.HeaderClassName
{
color: #01FE8A;
}
.AnyTagClassName
{
color: #01FE8A;
}
</style>
background-color css
<style>
a { background-color: #01FE8A; }
a { background-color: rgb(1,254,138); }
div.DivClassName
{
background-color: #01FE8A;
}
.BgClassName
{
background-color: #01FE8A;
}
</style>
border-color css
<style>
span { border-color: #01FE8A; }
span { border-color: rgb(1,254,138); }
td.TdClassName
{
border-color: #01FE8A;
}
.TagClassName
{
border-color: #01FE8A;
}
</style>