#01FE78

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

Shades of Spring Green #01FE78

Tints of Spring Green #01FE78

Color information

#01FE78 (or 0x01FE78) is unknown color: approx Spring Green. HEX triplet: 01, FE and 78. RGB value is (1,254,120). Sum of RGB (Red+Green+Blue) = 1+254+120=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FE78 is #FE0187. Grayscale: #A3A3A3. Windows color (decimal): -16646536 or 7929345. OLE color: 7929345.

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

Color convert

RGB1254120-
CMYK1.0000.530.00
HSL148.22º99.22%50%-
HSV(B)148.22º99.61%99.61%-
XYZ38.8472.2529.67-
YUV163.08103.6812.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 254 (99.61% from 255) = 67.73%
BLUE value IS 120 (47.27% from 255) = 32%
R=0.27%
G=67.73%
B=32%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12541201.0000.530.00148.2299.2250
Hex1FE78640350946332
Octal1376170144065022414362
Binary1111111101111000110010001101010100101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,254,120); }

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

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

 a { background-color: rgb(1,254,120); }

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

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

 span { border-color: rgb(1,254,120); }

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