#13FA15

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

Shades of Free Speech Green #13FA15

Tints of Free Speech Green #13FA15

Color information

#13FA15 (or 0x13FA15) is unknown color: approx Free Speech Green. HEX triplet: 13, FA and 15. RGB value is (19,250,21). Sum of RGB (Red+Green+Blue) = 19+250+21=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 250 (98.05% from 255 or 86.21% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FA15 is #EC05EA. Grayscale: #9B9B9B. Windows color (decimal): -15468011 or 1440275. OLE color: 1440275.

HSL color Cylindrical-coordinate representation of color #13FA15: hue angle of 120.52º 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 #13FA15 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB1925021-
CMYK0.9200.920.02
HSL120.52º95.85%52.75%-
HSV(B)120.52º92.4%98.04%-
XYZ34.5968.5612.12-
YUV154.8352.4731.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 250 (98.05% from 255) = 86.21%
BLUE value IS 21 (8.59% from 255) = 7.24%
R=6.55%
G=86.21%
B=7.24%

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
Decimal19250210.9200.920.02120.5295.8552.75
Hex13FA155C05C2796035
Octal23372251340134217114065
Binary1001111111010101011011100010111001011110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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