Html Css Color HEX #14DF00 Free Speech Green

📋 copy color: '#14DF00'

red 20 ◦ green 223 ◦ blue 0

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

Shades of Free Speech Green #14DF00

Tints of Free Speech Green #14DF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.23%
G = 91.77%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#14DF00 (or 0x14DF00) is known color: Free Speech Green. HEX triplet: 14, DF and 00. RGB value is (20,223,0). Sum of RGB (Red+Green+Blue) = 20+223+0=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 223 (87.5% from 255 or 91.77% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF00 is #EB20FF. Grayscale: #898989. Windows color (decimal): -15409408 or 57108. OLE color: 57108.

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

Color convert

RGB 20 223 0 -
CMYK 0.91 0 1 0.13
HSL 114.62º 1% 0.44% -
HSV(B) 114.62º 1% 0.87% -
XYZ 26.68 52.92 8.81 -
YUV 136.88 50.75 44.63 -
System Red Green Blue C M Y K H S L
Decimal 20 223 0 0.91 0 1 0.13 114.62 1 0.44
Hex 14 DF 0 5B 0 64 D 73 64 2C
Octal 24 337 0 133 0 144 15 163 144 54
Binary 10100 11011111 0 1011011 0 1100100 1101 1110011 1100100 101100

Color Harmonies of #14DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF00

Black with #14DF00

Text Example


Text Example

White with #14DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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