#14E606

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

Shades of Free Speech Green #14E606

Tints of Free Speech Green #14E606

Color information

#14E606 (or 0x14E606) is unknown color: approx Free Speech Green. HEX triplet: 14, E6 and 06. RGB value is (20,230,6). Sum of RGB (Red+Green+Blue) = 20+230+6=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 230 (90.23% from 255 or 89.84% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 230 - color contains mainly: green. Hex color #14E606 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E606 is #EB19F9. Grayscale: #8E8E8E. Windows color (decimal): -15407610 or 452116. OLE color: 452116.

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

Color convert

RGB202306-
CMYK0.9100.970.10
HSL116.25º94.92%46.27%-
HSV(B)116.25º97.39%90.2%-
XYZ28.6256.769.62-
YUV141.6751.4341.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 230 (90.23% from 255) = 89.84%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=7.81%
G=89.84%
B=2.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2023060.9100.970.10116.2594.9246.27
Hex14E665B061A745f2e
Octal24346613301411216413756
Binary1010011100110110101101101100001101011101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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