Html Css Color HEX #14E519 Free Speech Green

📋 copy color: '#14E519'

red 20 ◦ green 229 ◦ blue 25

#14E519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #14E519

Tints of Free Speech Green #14E519

RGB

 RED value IS 20 (8.2% from 255) = 7.3%

 GREEN value IS 229 (89.84% from 255) = 83.58%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 7.3%
G = 83.58%
B = 9.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#14E519 (or 0x14E519) is known color: Free Speech Green. HEX triplet: 14, E5 and 19. RGB value is (20,229,25). Sum of RGB (Red+Green+Blue) = 20+229+25=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 229 (89.84% from 255 or 83.58% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 229 - color contains mainly: green. Hex color #14E519 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E519 is #EB1AE6. Grayscale: #8F8F8F. Windows color (decimal): -15407847 or 1697044. OLE color: 1697044.

HSL color Cylindrical-coordinate representation of color #14E519: hue angle of 121.44º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E519 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 229 25 -
CMYK 0.91 0 0.89 0.10
HSL 121.44º 0.84% 0.49% -
HSV(B) 121.44º 0.91% 0.9% -
XYZ 28.48 56.26 10.28 -
YUV 143.25 61.26 40.09 -
System Red Green Blue C M Y K H S L
Decimal 20 229 25 0.91 0 0.89 0.10 121.44 0.84 0.49
Hex 14 E5 19 5B 0 59 A 79 54 31
Octal 24 345 31 133 0 131 12 171 124 61
Binary 10100 11100101 11001 1011011 0 1011001 1010 1111001 1010100 110001

Color Harmonies of #14E519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E519

Black with #14E519

Text Example


Text Example

White with #14E519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14E519;
 }
 .AnyTagClassName
 {
   color: #14E519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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