#14F904

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

Shades of Free Speech Green #14F904

Tints of Free Speech Green #14F904

Color information

#14F904 (or 0x14F904) is unknown color: approx Free Speech Green. HEX triplet: 14, F9 and 04. RGB value is (20,249,4). Sum of RGB (Red+Green+Blue) = 20+249+4=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 249 (97.66% from 255 or 91.21% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 249 - color contains mainly: green. Hex color #14F904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F904 is #EB06FB. Grayscale: #999999. Windows color (decimal): -15402748 or 325908. OLE color: 325908.

HSL color Cylindrical-coordinate representation of color #14F904: hue angle of 116.08º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14F904 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB202494-
CMYK0.9200.980.02
HSL116.08º96.84%49.61%-
HSV(B)116.08º98.39%97.65%-
XYZ34.1967.9111.42-
YUV152.644.1333.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 249 (97.66% from 255) = 91.21%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=7.33%
G=91.21%
B=1.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2024940.9200.980.02116.0896.8449.61
Hex14F945C0622746132
Octal2437141340142216414162
Binary10100111110011001011100011000101011101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,249,4); }

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

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

 a { background-color: rgb(20,249,4); }

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

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

 span { border-color: rgb(20,249,4); }

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