#01F87F

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

Shades of Spring Green #01F87F

Tints of Spring Green #01F87F

Color information

#01F87F (or 0x01F87F) is unknown color: approx Spring Green. HEX triplet: 01, F8 and 7F. RGB value is (1,248,127). Sum of RGB (Red+Green+Blue) = 1+248+127=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #01F87F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F87F is #FE0780. Grayscale: #A0A0A0. Windows color (decimal): -16648065 or 8386561. OLE color: 8386561.

HSL color Cylindrical-coordinate representation of color #01F87F: hue angle of 150.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F87F is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB1248127-
CMYK1.0000.490.03
HSL150.61º99.2%48.82%-
HSV(B)150.61º99.6%97.25%-
XYZ37.4168.6731.36-
YUV160.35109.1714.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 248 (97.27% from 255) = 65.96%
BLUE value IS 127 (50% from 255) = 33.78%
R=0.27%
G=65.96%
B=33.78%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12481271.0000.490.03150.6199.248.82
Hex1F87F640313976331
Octal1370177144061322714361
Binary11111100011111111100100011000111100101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,248,127); }

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

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

 a { background-color: rgb(1,248,127); }

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

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

 span { border-color: rgb(1,248,127); }

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