#01FE86

Color #01FE86 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #01FE86

Tints of Spring Green #01FE86

Color information

#01FE86 (or 0x01FE86) is unknown color: approx Spring Green. HEX triplet: 01, FE and 86. RGB value is (1,254,134). Sum of RGB (Red+Green+Blue) = 1+254+134=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FE86 is #FE0179. Grayscale: #A4A4A4. Windows color (decimal): -16646522 or 8846849. OLE color: 8846849.

HSL color Cylindrical-coordinate representation of color #01FE86: hue angle of 151.54º 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 #01FE86 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB1254134-
CMYK1.0000.470.00
HSL151.54º99.22%50%-
HSV(B)151.54º99.61%99.61%-
XYZ39.7672.6134.47-
YUV164.67110.6811.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 254 (99.61% from 255) = 65.30%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=0.26%
G=65.30%
B=34.45%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12541341.0000.470.00151.5499.2250
Hex1FE866402F0986332
Octal1376206144057023014362
Binary11111111010000110110010001011110100110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01FE86; }

 p { color: rgb(1,254,134); }

 H1.HeaderClassName
 {
   color: #01FE86;
 }
 .AnyTagClassName
 {
   color: #01FE86;
 }
</style>
background-color css

<style>
 a { background-color: #01FE86; }

 a { background-color: rgb(1,254,134); }

 div.DivClassName
 {
   background-color: #01FE86;
 }
 .BgClassName
 {
   background-color: #01FE86;
 }
</style>
border-color css

<style>
 span { border-color: #01FE86; }

 span { border-color: rgb(1,254,134); }

 td.TdClassName
 {
   border-color: #01FE86;
 }
 .TagClassName
 {
   border-color: #01FE86;
 }
</style>