#13EC04

Color #13EC04 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #13EC04

Tints of Free Speech Green #13EC04

Color information

#13EC04 (or 0x13EC04) is unknown color: approx Free Speech Green. HEX triplet: 13, EC and 04. RGB value is (19,236,4). Sum of RGB (Red+Green+Blue) = 19+236+4=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 236 (92.58% from 255 or 91.12% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EC04 is #EC13FB. Grayscale: #919191. Windows color (decimal): -15471612 or 322579. OLE color: 322579.

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

Color convert

RGB192364-
CMYK0.9200.980.07
HSL116.12º96.67%47.06%-
HSV(B)116.12º98.31%92.55%-
XYZ30.2960.1410.13-
YUV144.6748.6138.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 236 (92.58% from 255) = 91.12%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=7.34%
G=91.12%
B=1.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1923640.9200.980.07116.1296.6747.06
Hex13EC45C062774612f
Octal2335441340142716414157
Binary100111110110010010111000110001011111101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13EC04;
 }
 .AnyTagClassName
 {
   color: #13EC04;
 }
</style>
background-color css

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

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

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

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

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

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