Html Css Color HEX #14E311 Free Speech Green

📋 copy color: '#14E311'

red 20 ◦ green 227 ◦ blue 17

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

Shades of Free Speech Green #14E311

Tints of Free Speech Green #14E311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 7.58%
G = 85.98%
B = 6.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#14E311 (or 0x14E311) is known color: Free Speech Green. HEX triplet: 14, E3 and 11. RGB value is (20,227,17). Sum of RGB (Red+Green+Blue) = 20+227+17=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 227 (89.06% from 255 or 85.98% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 227 - color contains mainly: green. Hex color #14E311 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E311 is #EB1CEE. Grayscale: #8D8D8D. Windows color (decimal): -15408367 or 1172244. OLE color: 1172244.

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

Color convert

RGB 20 227 17 -
CMYK 0.91 0 0.93 0.11
HSL 119.14º 0.86% 0.48% -
HSV(B) 119.14º 0.93% 0.89% -
XYZ 27.86 55.13 9.7 -
YUV 141.17 57.92 41.58 -
System Red Green Blue C M Y K H S L
Decimal 20 227 17 0.91 0 0.93 0.11 119.14 0.86 0.48
Hex 14 E3 11 5B 0 5D B 77 56 30
Octal 24 343 21 133 0 135 13 167 126 60
Binary 10100 11100011 10001 1011011 0 1011101 1011 1110111 1010110 110000

Color Harmonies of #14E311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E311

Black with #14E311

Text Example


Text Example

White with #14E311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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