Html Css Color HEX #14E109 Free Speech Green

📋 copy color: '#14E109'

red 20 ◦ green 225 ◦ blue 9

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

Shades of Free Speech Green #14E109

Tints of Free Speech Green #14E109

RGB

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

 GREEN value IS 225 (88.28% from 255) = 88.58%

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

R = 7.87%
G = 88.58%
B = 3.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#14E109 (or 0x14E109) is known color: Free Speech Green. HEX triplet: 14, E1 and 09. RGB value is (20,225,9). Sum of RGB (Red+Green+Blue) = 20+225+9=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 225 (88.28% from 255 or 88.58% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 225 - color contains mainly: green. Hex color #14E109 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E109 is #EB1EF6. Grayscale: #8B8B8B. Windows color (decimal): -15408887 or 647444. OLE color: 647444.

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

Color convert

RGB 20 225 9 -
CMYK 0.91 0 0.96 0.12
HSL 116.94º 0.92% 0.46% -
HSV(B) 116.94º 0.96% 0.88% -
XYZ 27.26 54.02 9.25 -
YUV 139.08 54.58 43.06 -
System Red Green Blue C M Y K H S L
Decimal 20 225 9 0.91 0 0.96 0.12 116.94 0.92 0.46
Hex 14 E1 9 5B 0 60 C 75 5C 2E
Octal 24 341 11 133 0 140 14 165 134 56
Binary 10100 11100001 1001 1011011 0 1100000 1100 1110101 1011100 101110

Color Harmonies of #14E109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E109

Black with #14E109

Text Example


Text Example

White with #14E109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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