Html Css Color HEX #14E814 Free Speech Green

📋 copy color: '#14E814'

red 20 ◦ green 232 ◦ blue 20

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

Shades of Free Speech Green #14E814

Tints of Free Speech Green #14E814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 85.29%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 7.35%
G = 85.29%
B = 7.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#14E814 (or 0x14E814) is known color: Free Speech Green. HEX triplet: 14, E8 and 14. RGB value is (20,232,20). Sum of RGB (Red+Green+Blue) = 20+232+20=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 232 (91.02% from 255 or 85.29% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 232 - color contains mainly: green. Hex color #14E814 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E814 is #EB17EB. Grayscale: #919191. Windows color (decimal): -15407084 or 1370132. OLE color: 1370132.

HSL color Cylindrical-coordinate representation of color #14E814: hue angle of 120º 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 #14E814 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 232 20 -
CMYK 0.91 0 0.91 0.09
HSL 120º 0.84% 0.49% -
HSV(B) 120º 0.91% 0.91% -
XYZ 29.27 57.91 10.3 -
YUV 144.44 57.76 39.24 -
System Red Green Blue C M Y K H S L
Decimal 20 232 20 0.91 0 0.91 0.09 120 0.84 0.49
Hex 14 E8 14 5B 0 5B 9 78 54 31
Octal 24 350 24 133 0 133 11 170 124 61
Binary 10100 11101000 10100 1011011 0 1011011 1001 1111000 1010100 110001

Color Harmonies of #14E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E814

Black with #14E814

Text Example


Text Example

White with #14E814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,232,20); }

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

background-color css

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

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

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

border-color css

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

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

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