Html Css Color HEX #14E521 Free Speech Green

📋 copy color: '#14E521'

red 20 ◦ green 229 ◦ blue 33

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

Shades of Free Speech Green #14E521

Tints of Free Speech Green #14E521

RGB

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

 GREEN value IS 229 (89.84% from 255) = 81.21%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 7.09%
G = 81.21%
B = 11.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#14E521 (or 0x14E521) is known color: Free Speech Green. HEX triplet: 14, E5 and 21. RGB value is (20,229,33). Sum of RGB (Red+Green+Blue) = 20+229+33=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 229 (89.84% from 255 or 81.21% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 229 - color contains mainly: green. Hex color #14E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E521 is #EB1ADE. Grayscale: #909090. Windows color (decimal): -15407839 or 2221332. OLE color: 2221332.

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

Color convert

RGB 20 229 33 -
CMYK 0.91 0 0.86 0.10
HSL 123.73º 0.84% 0.49% -
HSV(B) 123.73º 0.91% 0.9% -
XYZ 28.58 56.3 10.8 -
YUV 144.17 65.26 39.44 -
System Red Green Blue C M Y K H S L
Decimal 20 229 33 0.91 0 0.86 0.10 123.73 0.84 0.49
Hex 14 E5 21 5B 0 56 A 7C 54 31
Octal 24 345 41 133 0 126 12 174 124 61
Binary 10100 11100101 100001 1011011 0 1010110 1010 1111100 1010100 110001

Color Harmonies of #14E521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E521

Black with #14E521

Text Example


Text Example

White with #14E521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,229,33); }

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

background-color css

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

 a { background-color: rgb(20,229,33); }

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

border-color css

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

 span { border-color: rgb(20,229,33); }

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