Html Css Color HEX #14E400 Free Speech Green

📋 copy color: '#14E400'

red 20 ◦ green 228 ◦ blue 0

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

Shades of Free Speech Green #14E400

Tints of Free Speech Green #14E400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 91.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.06%
G = 91.94%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#14E400 (or 0x14E400) is known color: Free Speech Green. HEX triplet: 14, E4 and 00. RGB value is (20,228,0). Sum of RGB (Red+Green+Blue) = 20+228+0=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 228 (89.45% from 255 or 91.94% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 228 - color contains mainly: green. Hex color #14E400 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E400 is #EB1BFF. Grayscale: #8C8C8C. Windows color (decimal): -15408128 or 58388. OLE color: 58388.

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

Color convert

RGB 20 228 0 -
CMYK 0.91 0 1 0.11
HSL 114.74º 1% 0.45% -
HSV(B) 114.74º 1% 0.89% -
XYZ 28.03 55.64 9.26 -
YUV 139.82 49.09 42.54 -
System Red Green Blue C M Y K H S L
Decimal 20 228 0 0.91 0 1 0.11 114.74 1 0.45
Hex 14 E4 0 5B 0 64 B 73 64 2D
Octal 24 344 0 133 0 144 13 163 144 55
Binary 10100 11100100 0 1011011 0 1100100 1011 1110011 1100100 101101

Color Harmonies of #14E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E400

Black with #14E400

Text Example


Text Example

White with #14E400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,0); }

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

background-color css

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

 a { background-color: rgb(20,228,0); }

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

border-color css

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

 span { border-color: rgb(20,228,0); }

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