#14FF11

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

Shades of Free Speech Green #14FF11

Tints of Free Speech Green #14FF11

Color information

#14FF11 (or 0x14FF11) is unknown color: approx Free Speech Green. HEX triplet: 14, FF and 11. RGB value is (20,255,17). Sum of RGB (Red+Green+Blue) = 20+255+17=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 255 (100% from 255 or 87.33% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14FF11 is #EB00EE. Grayscale: #9E9E9E. Windows color (decimal): -15401199 or 1179412. OLE color: 1179412.

HSL color Cylindrical-coordinate representation of color #14FF11: hue angle of 119.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14FF11 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2025517-
CMYK0.9200.930
HSL119.24º100%53.33%-
HSV(B)119.24º93.33%100%-
XYZ36.1571.7112.47-
YUV157.648.6429.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.85%
GREEN value IS 255 (100% from 255) = 87.33%
BLUE value IS 17 (7.03% from 255) = 5.82%
R=6.85%
G=87.33%
B=5.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20255170.9200.930119.2410053.33
Hex14FF115C05D0776435
Octal24377211340135016714465
Binary101001111111110001101110001011101011101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,255,17); }

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

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

 a { background-color: rgb(20,255,17); }

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

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

 span { border-color: rgb(20,255,17); }

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