#03fe86

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

Shades of Spring Green #03FE86

Tints of Spring Green #03FE86

Color information

#03FE86 (or 0x03FE86) is unknown color: approx Spring Green. HEX triplet: 03, FE and 86. RGB value is (3,254,134). Sum of RGB (Red+Green+Blue) = 3+254+134=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 254 (99.61% from 255 or 64.96% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FE86 is #FC0179. Grayscale: #A5A5A5. Windows color (decimal): -16515450 or 8846851. OLE color: 8846851.

HSL color Cylindrical-coordinate representation of color #03FE86: hue angle of 151.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE86 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB3254134-
CMYK0.9900.470.00
HSL151.31º99.21%50.39%-
HSV(B)151.31º98.82%99.61%-
XYZ39.7872.6234.48-
YUV165.27110.3412.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 254 (99.61% from 255) = 64.96%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=0.77%
G=64.96%
B=34.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal32541340.9900.470.00151.3199.2150.39
Hex3FE866302F0976332
Octal3376206143057022714362
Binary111111111010000110110001101011110100101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03fe86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03fe86; }

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

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

<style>
 a { background-color: #03fe86; }

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

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

<style>
 span { border-color: #03fe86; }

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

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