#13E814

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

Shades of Free Speech Green #13E814

Tints of Free Speech Green #13E814

Color information

#13E814 (or 0x13E814) is unknown color: approx Free Speech Green. HEX triplet: 13, E8 and 14. RGB value is (19,232,20). Sum of RGB (Red+Green+Blue) = 19+232+20=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 232 (91.02% from 255 or 85.61% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 232 - color contains mainly: green. Hex color #13E814 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13E814 is #EC17EB. Grayscale: #909090. Windows color (decimal): -15472620 or 1370131. OLE color: 1370131.

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

Color convert

RGB1923220-
CMYK0.9200.910.09
HSL120.28º84.86%49.22%-
HSV(B)120.28º91.81%90.98%-
XYZ29.2557.910.3-
YUV144.1557.9338.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 232 (91.02% from 255) = 85.61%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=7.01%
G=85.61%
B=7.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19232200.9200.910.09120.2884.8649.22
Hex13E8145C05B9785531
Octal233502413401331117012561
Binary100111110100010100101110001011011100111110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,232,20); }

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

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

 a { background-color: rgb(19,232,20); }

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

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

 span { border-color: rgb(19,232,20); }

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