Html Css Color HEX #14E020 Free Speech Green

📋 copy color: '#14E020'

red 20 ◦ green 224 ◦ blue 32

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

Shades of Free Speech Green #14E020

Tints of Free Speech Green #14E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.16%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 7.25%
G = 81.16%
B = 11.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#14E020 (or 0x14E020) is known color: Free Speech Green. HEX triplet: 14, E0 and 20. RGB value is (20,224,32). Sum of RGB (Red+Green+Blue) = 20+224+32=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 224 (87.89% from 255 or 81.16% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 224 - color contains mainly: green. Hex color #14E020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E020 is #EB1FDF. Grayscale: #8D8D8D. Windows color (decimal): -15409120 or 2154516. OLE color: 2154516.

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

Color convert

RGB 20 224 32 -
CMYK 0.91 0 0.86 0.12
HSL 123.53º 0.84% 0.48% -
HSV(B) 123.53º 0.91% 0.88% -
XYZ 27.2 53.56 10.27 -
YUV 141.12 66.41 41.61 -
System Red Green Blue C M Y K H S L
Decimal 20 224 32 0.91 0 0.86 0.12 123.53 0.84 0.48
Hex 14 E0 20 5B 0 56 C 7C 54 30
Octal 24 340 40 133 0 126 14 174 124 60
Binary 10100 11100000 100000 1011011 0 1010110 1100 1111100 1010100 110000

Color Harmonies of #14E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E020

Black with #14E020

Text Example


Text Example

White with #14E020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,32); }

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

background-color css

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

 a { background-color: rgb(20,224,32); }

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

border-color css

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

 span { border-color: rgb(20,224,32); }

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