#13F219

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

Shades of Free Speech Green #13F219

Tints of Free Speech Green #13F219

Color information

#13F219 (or 0x13F219) is unknown color: approx Free Speech Green. HEX triplet: 13, F2 and 19. RGB value is (19,242,25). Sum of RGB (Red+Green+Blue) = 19+242+25=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 242 (94.92% from 255 or 84.62% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 242 - color contains mainly: green. Hex color #13F219 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F219 is #EC0DE6. Grayscale: #979797. Windows color (decimal): -15470055 or 1700371. OLE color: 1700371.

HSL color Cylindrical-coordinate representation of color #13F219: hue angle of 121.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F219 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB1924225-
CMYK0.9200.900.05
HSL121.61º89.56%51.18%-
HSV(B)121.61º92.15%94.9%-
XYZ32.263.7111.52-
YUV150.5857.1234.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 242 (94.92% from 255) = 84.62%
BLUE value IS 25 (10.16% from 255) = 8.74%
R=6.64%
G=84.62%
B=8.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19242250.9200.900.05121.6189.5651.18
Hex13F2195C05A57a5a33
Octal23362311340132517213263
Binary10011111100101100110111000101101010111110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,242,25); }

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

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

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

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

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

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

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