Html Css Color HEX #14EC0B Free Speech Green

📋 copy color: '#14EC0B'

red 20 ◦ green 236 ◦ blue 11

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

Shades of Free Speech Green #14EC0B

Tints of Free Speech Green #14EC0B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 88.39%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 7.49%
G = 88.39%
B = 4.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#14EC0B (or 0x14EC0B) is known color: Free Speech Green. HEX triplet: 14, EC and 0B. RGB value is (20,236,11). Sum of RGB (Red+Green+Blue) = 20+236+11=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 236 (92.58% from 255 or 88.39% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14EC0B is #EB13F4. Grayscale: #929292. Windows color (decimal): -15406069 or 781332. OLE color: 781332.

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

Color convert

RGB 20 236 11 -
CMYK 0.92 0 0.95 0.07
HSL 117.6º 0.91% 0.48% -
HSV(B) 117.6º 0.95% 0.93% -
XYZ 30.34 60.16 10.33 -
YUV 145.77 51.94 38.3 -
System Red Green Blue C M Y K H S L
Decimal 20 236 11 0.92 0 0.95 0.07 117.6 0.91 0.48
Hex 14 EC B 5C 0 5F 7 76 5B 30
Octal 24 354 13 134 0 137 7 166 133 60
Binary 10100 11101100 1011 1011100 0 1011111 111 1110110 1011011 110000

Color Harmonies of #14EC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EC0B

Black with #14EC0B

Text Example


Text Example

White with #14EC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,236,11); }

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

background-color css

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

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

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

border-color css

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

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

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