Html Css Color HEX #14E421 Free Speech Green

📋 copy color: '#14E421'

red 20 ◦ green 228 ◦ blue 33

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

Shades of Free Speech Green #14E421

Tints of Free Speech Green #14E421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 81.14%

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

R = 7.12%
G = 81.14%
B = 11.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#14E421 (or 0x14E421) is known color: Free Speech Green. HEX triplet: 14, E4 and 21. RGB value is (20,228,33). Sum of RGB (Red+Green+Blue) = 20+228+33=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 228 (89.45% from 255 or 81.14% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 228 - color contains mainly: green. Hex color #14E421 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E421 is #EB1BDE. Grayscale: #909090. Windows color (decimal): -15408095 or 2221076. OLE color: 2221076.

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

Color convert

RGB 20 228 33 -
CMYK 0.91 0 0.86 0.11
HSL 123.75º 0.84% 0.49% -
HSV(B) 123.75º 0.91% 0.89% -
XYZ 28.31 55.75 10.71 -
YUV 143.58 65.59 39.86 -
System Red Green Blue C M Y K H S L
Decimal 20 228 33 0.91 0 0.86 0.11 123.75 0.84 0.49
Hex 14 E4 21 5B 0 56 B 7C 54 31
Octal 24 344 41 133 0 126 13 174 124 61
Binary 10100 11100100 100001 1011011 0 1010110 1011 1111100 1010100 110001

Color Harmonies of #14E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E421

Black with #14E421

Text Example


Text Example

White with #14E421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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