#01F370

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

Shades of Spring Green #01F370

Tints of Spring Green #01F370

Color information

#01F370 (or 0x01F370) is unknown color: approx Spring Green. HEX triplet: 01, F3 and 70. RGB value is (1,243,112). Sum of RGB (Red+Green+Blue) = 1+243+112=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #01F370 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F370 is #FE0C8F. Grayscale: #9B9B9B. Windows color (decimal): -16649360 or 7402241. OLE color: 7402241.

HSL color Cylindrical-coordinate representation of color #01F370: hue angle of 147.52º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F370 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB1243112-
CMYK1.0000.540.05
HSL147.52º99.18%47.84%-
HSV(B)147.52º99.59%95.29%-
XYZ34.9965.2826.09-
YUV155.71103.3317.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 243 (95.31% from 255) = 68.26%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=0.28%
G=68.26%
B=31.46%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12431121.0000.540.05147.5299.1847.84
Hex1F370640365946330
Octal1363160144066522414360
Binary111110011111000011001000110110101100101001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,243,112); }

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

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

 a { background-color: rgb(1,243,112); }

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

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

 span { border-color: rgb(1,243,112); }

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