Html Css Color HEX #14E600 Free Speech Green

📋 copy color: '#14E600'

red 20 ◦ green 230 ◦ blue 0

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

Shades of Free Speech Green #14E600

Tints of Free Speech Green #14E600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8%
G = 92%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#14E600 (or 0x14E600) is known color: Free Speech Green. HEX triplet: 14, E6 and 00. RGB value is (20,230,0). Sum of RGB (Red+Green+Blue) = 20+230+0=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 230 (90.23% from 255 or 92% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 230 - color contains mainly: green. Hex color #14E600 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14E600 is #EB19FF. Grayscale: #8D8D8D. Windows color (decimal): -15407616 or 58900. OLE color: 58900.

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

Color convert

RGB 20 230 0 -
CMYK 0.91 0 1 0.10
HSL 114.78º 1% 0.45% -
HSV(B) 114.78º 1% 0.9% -
XYZ 28.59 56.74 9.45 -
YUV 140.99 48.43 41.7 -
System Red Green Blue C M Y K H S L
Decimal 20 230 0 0.91 0 1 0.10 114.78 1 0.45
Hex 14 E6 0 5B 0 64 A 73 64 2D
Octal 24 346 0 133 0 144 12 163 144 55
Binary 10100 11100110 0 1011011 0 1100100 1010 1110011 1100100 101101

Color Harmonies of #14E600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E600

Black with #14E600

Text Example


Text Example

White with #14E600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,230,0); }

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

background-color css

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

 a { background-color: rgb(20,230,0); }

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

border-color css

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

 span { border-color: rgb(20,230,0); }

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