Html Css Color HEX #14DF19 Free Speech Green

📋 copy color: '#14DF19'

red 20 ◦ green 223 ◦ blue 25

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

Shades of Free Speech Green #14DF19

Tints of Free Speech Green #14DF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 7.46%
G = 83.21%
B = 9.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#14DF19 (or 0x14DF19) is known color: Free Speech Green. HEX triplet: 14, DF and 19. RGB value is (20,223,25). Sum of RGB (Red+Green+Blue) = 20+223+25=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 223 (87.5% from 255 or 83.21% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF19 is #EB20E6. Grayscale: #8C8C8C. Windows color (decimal): -15409383 or 1695508. OLE color: 1695508.

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

Color convert

RGB 20 223 25 -
CMYK 0.91 0 0.89 0.13
HSL 121.48º 0.84% 0.48% -
HSV(B) 121.48º 0.91% 0.87% -
XYZ 26.85 52.99 9.73 -
YUV 139.73 63.25 42.6 -
System Red Green Blue C M Y K H S L
Decimal 20 223 25 0.91 0 0.89 0.13 121.48 0.84 0.48
Hex 14 DF 19 5B 0 59 D 79 54 30
Octal 24 337 31 133 0 131 15 171 124 60
Binary 10100 11011111 11001 1011011 0 1011001 1101 1111001 1010100 110000

Color Harmonies of #14DF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF19

Black with #14DF19

Text Example


Text Example

White with #14DF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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