#03FA86

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

Shades of Spring Green #03FA86

Tints of Spring Green #03FA86

Color information

#03FA86 (or 0x03FA86) is unknown color: approx Spring Green. HEX triplet: 03, FA and 86. RGB value is (3,250,134). Sum of RGB (Red+Green+Blue) = 3+250+134=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FA86 is #FC0579. Grayscale: #A3A3A3. Windows color (decimal): -16516474 or 8845827. OLE color: 8845827.

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

Color convert

RGB3250134-
CMYK0.9900.460.02
HSL151.82º97.63%49.61%-
HSV(B)151.82º98.8%98.04%-
XYZ38.5370.1134.06-
YUV162.92111.6713.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.78%
GREEN value IS 250 (98.05% from 255) = 64.60%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=0.78%
G=64.60%
B=34.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32501340.9900.460.02151.8297.6349.61
Hex3FA866302E2986232
Octal3372206143056223014262
Binary1111111010100001101100011010111010100110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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