Html Css Color HEX #01FA14 Free Speech Green

📋 copy color: '#01FA14'

red 1 ◦ green 250 ◦ blue 20

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

Shades of Free Speech Green #01FA14

Tints of Free Speech Green #01FA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 0.37%
G = 92.25%
B = 7.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#01FA14 (or 0x01FA14) is known color: Free Speech Green. HEX triplet: 01, FA and 14. RGB value is (1,250,20). Sum of RGB (Red+Green+Blue) = 1+250+20=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 250 (98.05% from 255 or 92.25% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FA14 is #FE05EB. Grayscale: #969696. Windows color (decimal): -16647660 or 1374721. OLE color: 1374721.

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

Color convert

RGB 1 250 20 -
CMYK 1.00 0 0.92 0.02
HSL 124.58º 0.99% 0.49% -
HSV(B) 124.58º 1% 0.98% -
XYZ 34.32 68.43 12.06 -
YUV 149.33 55.01 22.2 -
System Red Green Blue C M Y K H S L
Decimal 1 250 20 1.00 0 0.92 0.02 124.58 0.99 0.49
Hex 1 FA 14 64 0 5C 2 7D 63 31
Octal 1 372 24 144 0 134 2 175 143 61
Binary 1 11111010 10100 1100100 0 1011100 10 1111101 1100011 110001

Color Harmonies of #01FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA14

Black with #01FA14

Text Example


Text Example

White with #01FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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