#14E11D

Color #14E11D Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #14E11D

Tints of Free Speech Green #14E11D

Color information

#14E11D (or 0x14E11D) is unknown color: approx Free Speech Green. HEX triplet: 14, E1 and 1D. RGB value is (20,225,29). Sum of RGB (Red+Green+Blue) = 20+225+29=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 225 (88.28% from 255 or 82.12% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 225 - color contains mainly: green. Hex color #14E11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E11D is #EB1EE2. Grayscale: #8D8D8D. Windows color (decimal): -15408867 or 1958164. OLE color: 1958164.

HSL color Cylindrical-coordinate representation of color #14E11D: hue angle of 122.63º 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 #14E11D is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2022529-
CMYK0.9100.870.12
HSL122.63º83.67%48.04%-
HSV(B)122.63º91.11%88.24%-
XYZ27.4454.0910.16-
YUV141.3664.5841.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 225 (88.28% from 255) = 82.12%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=7.30%
G=82.12%
B=10.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20225290.9100.870.12122.6383.6748.04
Hex14E11D5B057C7b5430
Octal243413513301271417312460
Binary101001110000111101101101101010111110011110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,225,29); }

 H1.HeaderClassName
 {
   color: #14E11D;
 }
 .AnyTagClassName
 {
   color: #14E11D;
 }
</style>
background-color css

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

 a { background-color: rgb(20,225,29); }

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

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

 span { border-color: rgb(20,225,29); }

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