Html Css Color HEX #14DF01 Free Speech Green

📋 copy color: '#14DF01'

red 20 ◦ green 223 ◦ blue 1

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

Shades of Free Speech Green #14DF01

Tints of Free Speech Green #14DF01

RGB

 RED value IS 20 (8.2% from 255) = 8.2%

 GREEN value IS 223 (87.5% from 255) = 91.39%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 8.2%
G = 91.39%
B = 0.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#14DF01 (or 0x14DF01) is known color: Free Speech Green. HEX triplet: 14, DF and 01. RGB value is (20,223,1). Sum of RGB (Red+Green+Blue) = 20+223+1=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 223 (87.5% from 255 or 91.39% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF01 is #EB20FE. Grayscale: #898989. Windows color (decimal): -15409407 or 122644. OLE color: 122644.

HSL color Cylindrical-coordinate representation of color #14DF01: hue angle of 114.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14DF01 is Cyan = 0.91, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 1 -
CMYK 0.91 0 1.00 0.13
HSL 114.86º 0.99% 0.44% -
HSV(B) 114.86º 1% 0.87% -
XYZ 26.68 52.93 8.84 -
YUV 137 51.25 44.55 -
System Red Green Blue C M Y K H S L
Decimal 20 223 1 0.91 0 1.00 0.13 114.86 0.99 0.44
Hex 14 DF 1 5B 0 64 D 73 63 2C
Octal 24 337 1 133 0 144 15 163 143 54
Binary 10100 11011111 1 1011011 0 1100100 1101 1110011 1100011 101100

Color Harmonies of #14DF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF01

Black with #14DF01

Text Example


Text Example

White with #14DF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DF01; }

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

 H1.HeaderClassName
 {
   color: #14DF01;
 }
 .AnyTagClassName
 {
   color: #14DF01;
 }
</style>

background-color css

<style>
 a { background-color: #14DF01; }

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

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

border-color css

<style>
 span { border-color: #14DF01; }

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

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