#14E605

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

Shades of Free Speech Green #14E605

Tints of Free Speech Green #14E605

Color information

#14E605 (or 0x14E605) is unknown color: approx Free Speech Green. HEX triplet: 14, E6 and 05. RGB value is (20,230,5). Sum of RGB (Red+Green+Blue) = 20+230+5=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 230 (90.23% from 255 or 90.20% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 230 - color contains mainly: green. Hex color #14E605 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E605 is #EB19FA. Grayscale: #8E8E8E. Windows color (decimal): -15407611 or 386580. OLE color: 386580.

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

Color convert

RGB202305-
CMYK0.9100.980.10
HSL116º95.74%46.08%-
HSV(B)116º97.83%90.2%-
XYZ28.6156.759.59-
YUV141.5650.9341.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 230 (90.23% from 255) = 90.20%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=7.84%
G=90.20%
B=1.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2023050.9100.980.1011695.7446.08
Hex14E655B062A74602e
Octal24346513301421216414056
Binary1010011100110101101101101100010101011101001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,230,5); }

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

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

 a { background-color: rgb(20,230,5); }

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

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

 span { border-color: rgb(20,230,5); }

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