Html Css Color HEX #14E50E Free Speech Green

📋 copy color: '#14E50E'

red 20 ◦ green 229 ◦ blue 14

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

Shades of Free Speech Green #14E50E

Tints of Free Speech Green #14E50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 7.6%
G = 87.07%
B = 5.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#14E50E (or 0x14E50E) is known color: Free Speech Green. HEX triplet: 14, E5 and 0E. RGB value is (20,229,14). Sum of RGB (Red+Green+Blue) = 20+229+14=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 229 (89.84% from 255 or 87.07% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 229 - color contains mainly: green. Hex color #14E50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E50E is #EB1AF1. Grayscale: #8E8E8E. Windows color (decimal): -15407858 or 976148. OLE color: 976148.

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

Color convert

RGB 20 229 14 -
CMYK 0.91 0 0.94 0.10
HSL 118.33º 0.88% 0.48% -
HSV(B) 118.33º 0.94% 0.9% -
XYZ 28.39 56.22 9.77 -
YUV 142 55.76 40.98 -
System Red Green Blue C M Y K H S L
Decimal 20 229 14 0.91 0 0.94 0.10 118.33 0.88 0.48
Hex 14 E5 E 5B 0 5E A 76 58 30
Octal 24 345 16 133 0 136 12 166 130 60
Binary 10100 11100101 1110 1011011 0 1011110 1010 1110110 1011000 110000

Color Harmonies of #14E50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E50E

Black with #14E50E

Text Example


Text Example

White with #14E50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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