#14E41B

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

Shades of Free Speech Green #14E41B

Tints of Free Speech Green #14E41B

Color information

#14E41B (or 0x14E41B) is unknown color: approx Free Speech Green. HEX triplet: 14, E4 and 1B. RGB value is (20,228,27). Sum of RGB (Red+Green+Blue) = 20+228+27=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 228 (89.45% from 255 or 82.91% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 228 - color contains mainly: green. Hex color #14E41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E41B is #EB1BE4. Grayscale: #8F8F8F. Windows color (decimal): -15408101 or 1827860. OLE color: 1827860.

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

Color convert

RGB2022827-
CMYK0.9100.880.11
HSL122.02º83.87%48.63%-
HSV(B)122.02º91.23%89.41%-
XYZ28.2355.7110.3-
YUV142.8962.5940.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 228 (89.45% from 255) = 82.91%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=7.27%
G=82.91%
B=9.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20228270.9100.880.11122.0283.8748.63
Hex14E41B5B058B7a5431
Octal243443313301301317212461
Binary101001110010011011101101101011000101111110101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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