Html Css Color HEX #14E509 Free Speech Green

📋 copy color: '#14E509'

red 20 ◦ green 229 ◦ blue 9

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

Shades of Free Speech Green #14E509

Tints of Free Speech Green #14E509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 7.75%
G = 88.76%
B = 3.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#14E509 (or 0x14E509) is known color: Free Speech Green. HEX triplet: 14, E5 and 09. RGB value is (20,229,9). Sum of RGB (Red+Green+Blue) = 20+229+9=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 229 (89.84% from 255 or 88.76% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 229 - color contains mainly: green. Hex color #14E509 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E509 is #EB1AF6. Grayscale: #8E8E8E. Windows color (decimal): -15407863 or 648468. OLE color: 648468.

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

Color convert

RGB 20 229 9 -
CMYK 0.91 0 0.96 0.10
HSL 117º 0.92% 0.47% -
HSV(B) 117º 0.96% 0.9% -
XYZ 28.36 56.21 9.61 -
YUV 141.43 53.26 41.39 -
System Red Green Blue C M Y K H S L
Decimal 20 229 9 0.91 0 0.96 0.10 117 0.92 0.47
Hex 14 E5 9 5B 0 60 A 75 5C 2F
Octal 24 345 11 133 0 140 12 165 134 57
Binary 10100 11100101 1001 1011011 0 1100000 1010 1110101 1011100 101111

Color Harmonies of #14E509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E509

Black with #14E509

Text Example


Text Example

White with #14E509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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