Html Css Color HEX #14E401 Free Speech Green

📋 copy color: '#14E401'

red 20 ◦ green 228 ◦ blue 1

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

Shades of Free Speech Green #14E401

Tints of Free Speech Green #14E401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 8.03%
G = 91.57%
B = 0.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#14E401 (or 0x14E401) is known color: Free Speech Green. HEX triplet: 14, E4 and 01. RGB value is (20,228,1). Sum of RGB (Red+Green+Blue) = 20+228+1=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 228 (89.45% from 255 or 91.57% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 228 - color contains mainly: green. Hex color #14E401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E401 is #EB1BFE. Grayscale: #8C8C8C. Windows color (decimal): -15408127 or 123924. OLE color: 123924.

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

Color convert

RGB 20 228 1 -
CMYK 0.91 0 1.00 0.11
HSL 114.98º 0.99% 0.45% -
HSV(B) 114.98º 1% 0.89% -
XYZ 28.04 55.64 9.29 -
YUV 139.93 49.59 42.46 -
System Red Green Blue C M Y K H S L
Decimal 20 228 1 0.91 0 1.00 0.11 114.98 0.99 0.45
Hex 14 E4 1 5B 0 64 B 73 63 2D
Octal 24 344 1 133 0 144 13 163 143 55
Binary 10100 11100100 1 1011011 0 1100100 1011 1110011 1100011 101101

Color Harmonies of #14E401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E401

Black with #14E401

Text Example


Text Example

White with #14E401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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