#01F66A

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

Shades of Spring Green #01F66A

Tints of Spring Green #01F66A

Color information

#01F66A (or 0x01F66A) is unknown color: approx Spring Green. HEX triplet: 01, F6 and 6A. RGB value is (1,246,106). Sum of RGB (Red+Green+Blue) = 1+246+106=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #01F66A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F66A is #FE0995. Grayscale: #9D9D9D. Windows color (decimal): -16648598 or 7009793. OLE color: 7009793.

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

Color convert

RGB1246106-
CMYK1.0000.570.04
HSL145.71º99.19%48.43%-
HSV(B)145.71º99.59%96.47%-
XYZ35.5766.9624.69-
YUV156.7899.3316.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 246 (96.48% from 255) = 69.69%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=0.28%
G=69.69%
B=30.03%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12461061.0000.570.04145.7199.1948.43
Hex1F66A640394926330
Octal1366152144071422214360
Binary111110110110101011001000111001100100100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,246,106); }

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

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

 a { background-color: rgb(1,246,106); }

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

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

 span { border-color: rgb(1,246,106); }

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