Html Css Color HEX #13EC10 Free Speech Green

📋 copy color: '#13EC10'

red 19 ◦ green 236 ◦ blue 16

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

Shades of Free Speech Green #13EC10

Tints of Free Speech Green #13EC10

RGB

 RED value IS 19 (7.81% from 255) = 7.01%

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 7.01%
G = 87.08%
B = 5.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#13EC10 (or 0x13EC10) is known color: Free Speech Green. HEX triplet: 13, EC and 10. RGB value is (19,236,16). Sum of RGB (Red+Green+Blue) = 19+236+16=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 236 (92.58% from 255 or 87.08% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EC10 is #EC13EF. Grayscale: #929292. Windows color (decimal): -15471600 or 1109011. OLE color: 1109011.

HSL color Cylindrical-coordinate representation of color #13EC10: hue angle of 119.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13EC10 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 236 16 -
CMYK 0.92 0 0.93 0.07
HSL 119.18º 0.87% 0.49% -
HSV(B) 119.18º 0.93% 0.93% -
XYZ 30.36 60.17 10.5 -
YUV 146.04 54.61 37.39 -
System Red Green Blue C M Y K H S L
Decimal 19 236 16 0.92 0 0.93 0.07 119.18 0.87 0.49
Hex 13 EC 10 5C 0 5D 7 77 57 31
Octal 23 354 20 134 0 135 7 167 127 61
Binary 10011 11101100 10000 1011100 0 1011101 111 1110111 1010111 110001

Color Harmonies of #13EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EC10

Black with #13EC10

Text Example


Text Example

White with #13EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EC10; }

 p { color: rgb(19,236,16); }

 H1.HeaderClassName
 {
   color: #13EC10;
 }
 .AnyTagClassName
 {
   color: #13EC10;
 }
</style>

background-color css

<style>
 a { background-color: #13EC10; }

 a { background-color: rgb(19,236,16); }

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

border-color css

<style>
 span { border-color: #13EC10; }

 span { border-color: rgb(19,236,16); }

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