Html Css Color HEX #01FA80 Spring Green

📋 copy color: '#01FA80'

red 1 ◦ green 250 ◦ blue 128

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

Shades of Spring Green #01FA80

Tints of Spring Green #01FA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 0.26%
G = 65.96%
B = 33.77%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#01FA80 (or 0x01FA80) is known color: Spring Green. HEX triplet: 01, FA and 80. RGB value is (1,250,128). Sum of RGB (Red+Green+Blue) = 1+250+128=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FA80 is #FE057F. Grayscale: #A1A1A1. Windows color (decimal): -16647552 or 8452609. OLE color: 8452609.

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

Color convert

RGB 1 250 128 -
CMYK 1.00 0 0.49 0.02
HSL 150.6º 0.99% 0.49% -
HSV(B) 150.6º 1% 0.98% -
XYZ 38.09 69.94 31.91 -
YUV 161.64 109.01 13.42 -
System Red Green Blue C M Y K H S L
Decimal 1 250 128 1.00 0 0.49 0.02 150.6 0.99 0.49
Hex 1 FA 80 64 0 31 2 97 63 31
Octal 1 372 200 144 0 61 2 227 143 61
Binary 1 11111010 10000000 1100100 0 110001 10 10010111 1100011 110001

Color Harmonies of #01FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA80

Black with #01FA80

Text Example


Text Example

White with #01FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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