#13FA13

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

Shades of Free Speech Green #13FA13

Tints of Free Speech Green #13FA13

Color information

#13FA13 (or 0x13FA13) is unknown color: approx Free Speech Green. HEX triplet: 13, FA and 13. RGB value is (19,250,19). Sum of RGB (Red+Green+Blue) = 19+250+19=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 250 (98.05% from 255 or 86.81% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FA13 is #EC05EC. Grayscale: #9B9B9B. Windows color (decimal): -15468013 or 1309203. OLE color: 1309203.

HSL color Cylindrical-coordinate representation of color #13FA13: hue angle of 120º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA13 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB1925019-
CMYK0.9200.920.02
HSL120º95.85%52.75%-
HSV(B)120º92.4%98.04%-
XYZ34.5768.5612.03-
YUV154.651.4731.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 250 (98.05% from 255) = 86.81%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=6.60%
G=86.81%
B=6.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19250190.9200.920.0212095.8552.75
Hex13FA135C05C2786035
Octal23372231340134217014065
Binary1001111111010100111011100010111001011110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,250,19); }

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

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

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

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

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

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

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