#01F87C

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

Shades of Spring Green #01F87C

Tints of Spring Green #01F87C

Color information

#01F87C (or 0x01F87C) is unknown color: approx Spring Green. HEX triplet: 01, F8 and 7C. RGB value is (1,248,124). Sum of RGB (Red+Green+Blue) = 1+248+124=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #01F87C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F87C is #FE0783. Grayscale: #A0A0A0. Windows color (decimal): -16648068 or 8189953. OLE color: 8189953.

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

Color convert

RGB1248124-
CMYK1.0000.50.03
HSL149.88º99.2%48.82%-
HSV(B)149.88º99.6%97.25%-
XYZ37.2268.630.35-
YUV160.01107.6714.58-

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) = 66.49%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=0.27%
G=66.49%
B=33.24%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12481241.0000.50.03149.8899.248.82
Hex1F87C640323966331
Octal1370174144062322614361
Binary11111100011111001100100011001011100101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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