#01F880

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

Shades of Spring Green #01F880

Tints of Spring Green #01F880

Color information

#01F880 (or 0x01F880) is unknown color: approx Spring Green. HEX triplet: 01, F8 and 80. RGB value is (1,248,128). Sum of RGB (Red+Green+Blue) = 1+248+128=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #01F880 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F880 is #FE077F. Grayscale: #A0A0A0. Windows color (decimal): -16648064 or 8452097. OLE color: 8452097.

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

Color convert

RGB1248128-
CMYK1.0000.480.03
HSL150.85º99.2%48.82%-
HSV(B)150.85º99.6%97.25%-
XYZ37.4868.731.71-
YUV160.47109.6714.26-

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.78%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=0.27%
G=65.78%
B=33.95%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12481281.0000.480.03150.8599.248.82
Hex1F880640303976331
Octal1370200144060322714361
Binary111111000100000001100100011000011100101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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