Html Css Color HEX #01FA70 Spring Green

📋 copy color: '#01FA70'

red 1 ◦ green 250 ◦ blue 112

#01FA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #01FA70

Tints of Spring Green #01FA70

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 250 (98.05% from 255) = 68.87%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 0.28%
G = 68.87%
B = 30.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#01FA70 (or 0x01FA70) is known color: Spring Green. HEX triplet: 01, FA and 70. RGB value is (1,250,112). Sum of RGB (Red+Green+Blue) = 1+250+112=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA70 is #FE058F. Grayscale: #A0A0A0. Windows color (decimal): -16647568 or 7404033. OLE color: 7404033.

HSL color Cylindrical-coordinate representation of color #01FA70: hue angle of 146.75º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA70 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 250 112 -
CMYK 1.00 0 0.55 0.02
HSL 146.75º 0.99% 0.49% -
HSV(B) 146.75º 1% 0.98% -
XYZ 37.12 69.55 26.8 -
YUV 159.82 101.01 14.72 -
System Red Green Blue C M Y K H S L
Decimal 1 250 112 1.00 0 0.55 0.02 146.75 0.99 0.49
Hex 1 FA 70 64 0 37 2 93 63 31
Octal 1 372 160 144 0 67 2 223 143 61
Binary 1 11111010 1110000 1100100 0 110111 10 10010011 1100011 110001

Color Harmonies of #01FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA70

Black with #01FA70

Text Example


Text Example

White with #01FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01FA70;
 }
 .AnyTagClassName
 {
   color: #01FA70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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