#14E00F

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

Shades of Free Speech Green #14E00F

Tints of Free Speech Green #14E00F

Color information

#14E00F (or 0x14E00F) is unknown color: approx Free Speech Green. HEX triplet: 14, E0 and 0F. RGB value is (20,224,15). Sum of RGB (Red+Green+Blue) = 20+224+15=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 224 (87.89% from 255 or 86.49% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 224 - color contains mainly: green. Hex color #14E00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E00F is #EB1FF0. Grayscale: #8B8B8B. Windows color (decimal): -15409137 or 1040404. OLE color: 1040404.

HSL color Cylindrical-coordinate representation of color #14E00F: hue angle of 118.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14E00F is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB2022415-
CMYK0.9100.930.12
HSL118.56º87.45%46.86%-
HSV(B)118.56º93.3%87.84%-
XYZ27.0353.499.35-
YUV139.1857.9142.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 224 (87.89% from 255) = 86.49%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=7.72%
G=86.49%
B=5.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20224150.9100.930.12118.5687.4546.86
Hex14E0F5B05DC77572f
Octal243401713301351416712757
Binary10100111000001111101101101011101110011101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,224,15); }

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

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

 a { background-color: rgb(20,224,15); }

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

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

 span { border-color: rgb(20,224,15); }

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