Html Css Color HEX #14E004 Free Speech Green

📋 copy color: '#14E004'

red 20 ◦ green 224 ◦ blue 4

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

Shades of Free Speech Green #14E004

Tints of Free Speech Green #14E004

RGB

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

 GREEN value IS 224 (87.89% from 255) = 90.32%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 8.06%
G = 90.32%
B = 1.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#14E004 (or 0x14E004) is known color: Free Speech Green. HEX triplet: 14, E0 and 04. RGB value is (20,224,4). Sum of RGB (Red+Green+Blue) = 20+224+4=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #14E004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E004 is #EB1FFB. Grayscale: #8A8A8A. Windows color (decimal): -15409148 or 319508. OLE color: 319508.

HSL color Cylindrical-coordinate representation of color #14E004: hue angle of 115.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14E004 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 224 4 -
CMYK 0.91 0 0.98 0.12
HSL 115.64º 0.96% 0.45% -
HSV(B) 115.64º 0.98% 0.88% -
XYZ 26.97 53.47 9.01 -
YUV 137.92 52.41 43.89 -
System Red Green Blue C M Y K H S L
Decimal 20 224 4 0.91 0 0.98 0.12 115.64 0.96 0.45
Hex 14 E0 4 5B 0 62 C 74 60 2D
Octal 24 340 4 133 0 142 14 164 140 55
Binary 10100 11100000 100 1011011 0 1100010 1100 1110100 1100000 101101

Color Harmonies of #14E004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E004

Black with #14E004

Text Example


Text Example

White with #14E004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,4); }

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

background-color css

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

 a { background-color: rgb(20,224,4); }

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

border-color css

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

 span { border-color: rgb(20,224,4); }

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