Html Css Color HEX #14E40B Free Speech Green

📋 copy color: '#14E40B'

red 20 ◦ green 228 ◦ blue 11

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

Shades of Free Speech Green #14E40B

Tints of Free Speech Green #14E40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 88.03%

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

R = 7.72%
G = 88.03%
B = 4.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#14E40B (or 0x14E40B) is known color: Free Speech Green. HEX triplet: 14, E4 and 0B. RGB value is (20,228,11). Sum of RGB (Red+Green+Blue) = 20+228+11=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 228 (89.45% from 255 or 88.03% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 228 - color contains mainly: green. Hex color #14E40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E40B is #EB1BF4. Grayscale: #8D8D8D. Windows color (decimal): -15408117 or 779284. OLE color: 779284.

HSL color Cylindrical-coordinate representation of color #14E40B: hue angle of 117.51º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14E40B is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 228 11 -
CMYK 0.91 0 0.95 0.11
HSL 117.51º 0.91% 0.47% -
HSV(B) 117.51º 0.95% 0.89% -
XYZ 28.09 55.66 9.58 -
YUV 141.07 54.59 41.64 -
System Red Green Blue C M Y K H S L
Decimal 20 228 11 0.91 0 0.95 0.11 117.51 0.91 0.47
Hex 14 E4 B 5B 0 5F B 76 5B 2F
Octal 24 344 13 133 0 137 13 166 133 57
Binary 10100 11100100 1011 1011011 0 1011111 1011 1110110 1011011 101111

Color Harmonies of #14E40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E40B

Black with #14E40B

Text Example


Text Example

White with #14E40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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