#01FCB0

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

Shades of Medium Spring Green #01FCB0

Tints of Medium Spring Green #01FCB0

Color information

#01FCB0 (or 0x01FCB0) is unknown color: approx Medium Spring Green. HEX triplet: 01, FC and B0. RGB value is (1,252,176). Sum of RGB (Red+Green+Blue) = 1+252+176=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FCB0 is #FE034F. Grayscale: #A8A8A8. Windows color (decimal): -16646992 or 11598849. OLE color: 11598849.

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

Color convert

RGB1252176-
CMYK1.0000.300.01
HSL161.83º99.21%49.61%-
HSV(B)161.83º99.6%98.82%-
XYZ42.6672.7652.87-
YUV168.29132.348.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 252 (98.83% from 255) = 58.74%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=0.23%
G=58.74%
B=41.03%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12521761.0000.300.01161.8399.2149.61
Hex1FCB06401E1a26332
Octal1374260144036124214362
Binary1111111001011000011001000111101101000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,252,176); }

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

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

 a { background-color: rgb(1,252,176); }

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

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

 span { border-color: rgb(1,252,176); }

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