Html Css Color HEX #14E319 Free Speech Green

📋 copy color: '#14E319'

red 20 ◦ green 227 ◦ blue 25

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

Shades of Free Speech Green #14E319

Tints of Free Speech Green #14E319

RGB

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

 GREEN value IS 227 (89.06% from 255) = 83.46%

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

R = 7.35%
G = 83.46%
B = 9.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#14E319 (or 0x14E319) is known color: Free Speech Green. HEX triplet: 14, E3 and 19. RGB value is (20,227,25). Sum of RGB (Red+Green+Blue) = 20+227+25=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 227 (89.06% from 255 or 83.46% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 227 - color contains mainly: green. Hex color #14E319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E319 is #EB1CE6. Grayscale: #8E8E8E. Windows color (decimal): -15408359 or 1696532. OLE color: 1696532.

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

Color convert

RGB 20 227 25 -
CMYK 0.91 0 0.89 0.11
HSL 121.45º 0.84% 0.48% -
HSV(B) 121.45º 0.91% 0.89% -
XYZ 27.93 55.16 10.09 -
YUV 142.08 61.92 40.93 -
System Red Green Blue C M Y K H S L
Decimal 20 227 25 0.91 0 0.89 0.11 121.45 0.84 0.48
Hex 14 E3 19 5B 0 59 B 79 54 30
Octal 24 343 31 133 0 131 13 171 124 60
Binary 10100 11100011 11001 1011011 0 1011001 1011 1111001 1010100 110000

Color Harmonies of #14E319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E319

Black with #14E319

Text Example


Text Example

White with #14E319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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