#14F520

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

Shades of Free Speech Green #14F520

Tints of Free Speech Green #14F520

Color information

#14F520 (or 0x14F520) is unknown color: approx Free Speech Green. HEX triplet: 14, F5 and 20. RGB value is (20,245,32). Sum of RGB (Red+Green+Blue) = 20+245+32=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 245 (96.09% from 255 or 82.49% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 245 - color contains mainly: green. Hex color #14F520 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F520 is #EB0ADF. Grayscale: #9A9A9A. Windows color (decimal): -15403744 or 2159892. OLE color: 2159892.

HSL color Cylindrical-coordinate representation of color #14F520: hue angle of 123.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F520 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB2024532-
CMYK0.9200.870.04
HSL123.2º91.84%51.96%-
HSV(B)123.2º91.84%96.08%-
XYZ33.265.5612.27-
YUV153.4459.4632.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.73%
GREEN value IS 245 (96.09% from 255) = 82.49%
BLUE value IS 32 (12.89% from 255) = 10.77%
R=6.73%
G=82.49%
B=10.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20245320.9200.870.04123.291.8451.96
Hex14F5205C05747b5c34
Octal24365401340127417313464
Binary101001111010110000010111000101011110011110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,245,32); }

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

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

 a { background-color: rgb(20,245,32); }

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

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

 span { border-color: rgb(20,245,32); }

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