Html Css Color HEX #14E716 Free Speech Green

📋 copy color: '#14E716'

red 20 ◦ green 231 ◦ blue 22

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

Shades of Free Speech Green #14E716

Tints of Free Speech Green #14E716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 84.62%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 7.33%
G = 84.62%
B = 8.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#14E716 (or 0x14E716) is known color: Free Speech Green. HEX triplet: 14, E7 and 16. RGB value is (20,231,22). Sum of RGB (Red+Green+Blue) = 20+231+22=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 231 (90.62% from 255 or 84.62% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 231 - color contains mainly: green. Hex color #14E716 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E716 is #EB18E9. Grayscale: #909090. Windows color (decimal): -15407338 or 1500948. OLE color: 1500948.

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

Color convert

RGB 20 231 22 -
CMYK 0.91 0 0.90 0.09
HSL 120.57º 0.84% 0.49% -
HSV(B) 120.57º 0.91% 0.91% -
XYZ 29.01 57.36 10.3 -
YUV 144.09 59.1 39.49 -
System Red Green Blue C M Y K H S L
Decimal 20 231 22 0.91 0 0.90 0.09 120.57 0.84 0.49
Hex 14 E7 16 5B 0 5A 9 79 54 31
Octal 24 347 26 133 0 132 11 171 124 61
Binary 10100 11100111 10110 1011011 0 1011010 1001 1111001 1010100 110001

Color Harmonies of #14E716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E716

Black with #14E716

Text Example


Text Example

White with #14E716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,231,22); }

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

background-color css

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

 a { background-color: rgb(20,231,22); }

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

border-color css

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

 span { border-color: rgb(20,231,22); }

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