#14F819

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

Shades of Free Speech Green #14F819

Tints of Free Speech Green #14F819

Color information

#14F819 (or 0x14F819) is unknown color: approx Free Speech Green. HEX triplet: 14, F8 and 19. RGB value is (20,248,25). Sum of RGB (Red+Green+Blue) = 20+248+25=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 248 (97.27% from 255 or 84.64% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 248 - color contains mainly: green. Hex color #14F819 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F819 is #EB07E6. Grayscale: #9B9B9B. Windows color (decimal): -15402983 or 1701908. OLE color: 1701908.

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

Color convert

RGB2024825-
CMYK0.9200.900.03
HSL121.32º94.21%52.55%-
HSV(B)121.32º91.94%97.25%-
XYZ34.0367.3512.13-
YUV154.4154.9632.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 248 (97.27% from 255) = 84.64%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=6.83%
G=84.64%
B=8.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20248250.9200.900.03121.3294.2152.55
Hex14F8195C05A3795e35
Octal24370311340132317113665
Binary1010011111000110011011100010110101111110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,248,25); }

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

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

 a { background-color: rgb(20,248,25); }

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

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

 span { border-color: rgb(20,248,25); }

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