#01F87A

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

Shades of Spring Green #01F87A

Tints of Spring Green #01F87A

Color information

#01F87A (or 0x01F87A) is unknown color: approx Spring Green. HEX triplet: 01, F8 and 7A. RGB value is (1,248,122). Sum of RGB (Red+Green+Blue) = 1+248+122=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #01F87A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F87A is #FE0785. Grayscale: #A0A0A0. Windows color (decimal): -16648070 or 8058881. OLE color: 8058881.

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

Color convert

RGB1248122-
CMYK1.0000.510.03
HSL149.39º99.2%48.82%-
HSV(B)149.39º99.6%97.25%-
XYZ37.0968.5529.69-
YUV159.78106.6714.75-

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.85%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=0.27%
G=66.85%
B=32.88%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12481221.0000.510.03149.3999.248.82
Hex1F87A640333956331
Octal1370172144063322514361
Binary11111100011110101100100011001111100101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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