Html Css Color HEX #14E510 Free Speech Green

📋 copy color: '#14E510'

red 20 ◦ green 229 ◦ blue 16

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

Shades of Free Speech Green #14E510

Tints of Free Speech Green #14E510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 86.42%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 7.55%
G = 86.42%
B = 6.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#14E510 (or 0x14E510) is known color: Free Speech Green. HEX triplet: 14, E5 and 10. RGB value is (20,229,16). Sum of RGB (Red+Green+Blue) = 20+229+16=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 229 (89.84% from 255 or 86.42% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 229 - color contains mainly: green. Hex color #14E510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E510 is #EB1AEF. Grayscale: #8E8E8E. Windows color (decimal): -15407856 or 1107220. OLE color: 1107220.

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

Color convert

RGB 20 229 16 -
CMYK 0.91 0 0.93 0.10
HSL 118.87º 0.87% 0.48% -
HSV(B) 118.87º 0.93% 0.9% -
XYZ 28.4 56.22 9.85 -
YUV 142.23 56.76 40.82 -
System Red Green Blue C M Y K H S L
Decimal 20 229 16 0.91 0 0.93 0.10 118.87 0.87 0.48
Hex 14 E5 10 5B 0 5D A 77 57 30
Octal 24 345 20 133 0 135 12 167 127 60
Binary 10100 11100101 10000 1011011 0 1011101 1010 1110111 1010111 110000

Color Harmonies of #14E510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E510

Black with #14E510

Text Example


Text Example

White with #14E510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,229,16); }

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

background-color css

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

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

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

border-color css

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

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

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