Html Css Color HEX #13EC07 Free Speech Green

📋 copy color: '#13EC07'

red 19 ◦ green 236 ◦ blue 7

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

Shades of Free Speech Green #13EC07

Tints of Free Speech Green #13EC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.67%

R = 7.25%
G = 90.08%
B = 2.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#13EC07 (or 0x13EC07) is known color: Free Speech Green. HEX triplet: 13, EC and 07. RGB value is (19,236,7). Sum of RGB (Red+Green+Blue) = 19+236+7=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 236 (92.58% from 255 or 90.08% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EC07 is #EC13F8. Grayscale: #919191. Windows color (decimal): -15471609 or 519187. OLE color: 519187.

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

Color convert

RGB 19 236 7 -
CMYK 0.92 0 0.97 0.07
HSL 116.86º 0.94% 0.48% -
HSV(B) 116.86º 0.97% 0.93% -
XYZ 30.3 60.14 10.21 -
YUV 145.01 50.11 38.12 -
System Red Green Blue C M Y K H S L
Decimal 19 236 7 0.92 0 0.97 0.07 116.86 0.94 0.48
Hex 13 EC 7 5C 0 61 7 75 5E 30
Octal 23 354 7 134 0 141 7 165 136 60
Binary 10011 11101100 111 1011100 0 1100001 111 1110101 1011110 110000

Color Harmonies of #13EC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EC07

Black with #13EC07

Text Example


Text Example

White with #13EC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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