Html Css Color HEX #01FA65 Spring Green

📋 copy color: '#01FA65'

red 1 ◦ green 250 ◦ blue 101

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

Shades of Spring Green #01FA65

Tints of Spring Green #01FA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 0.28%
G = 71.02%
B = 28.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#01FA65 (or 0x01FA65) is known color: Spring Green. HEX triplet: 01, FA and 65. RGB value is (1,250,101). Sum of RGB (Red+Green+Blue) = 1+250+101=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA65 is #FE059A. Grayscale: #9E9E9E. Windows color (decimal): -16647579 or 6683137. OLE color: 6683137.

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

Color convert

RGB 1 250 101 -
CMYK 1.00 0 0.60 0.02
HSL 144.1º 0.99% 0.49% -
HSV(B) 144.1º 1% 0.98% -
XYZ 36.55 69.32 23.77 -
YUV 158.56 95.51 15.62 -
System Red Green Blue C M Y K H S L
Decimal 1 250 101 1.00 0 0.60 0.02 144.1 0.99 0.49
Hex 1 FA 65 64 0 3C 2 90 63 31
Octal 1 372 145 144 0 74 2 220 143 61
Binary 1 11111010 1100101 1100100 0 111100 10 10010000 1100011 110001

Color Harmonies of #01FA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA65

Black with #01FA65

Text Example


Text Example

White with #01FA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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