#13F217

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

Shades of Free Speech Green #13F217

Tints of Free Speech Green #13F217

Color information

#13F217 (or 0x13F217) is unknown color: approx Free Speech Green. HEX triplet: 13, F2 and 17. RGB value is (19,242,23). Sum of RGB (Red+Green+Blue) = 19+242+23=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 242 (94.92% from 255 or 85.21% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 242 - color contains mainly: green. Hex color #13F217 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F217 is #EC0DE8. Grayscale: #979797. Windows color (decimal): -15470057 or 1569299. OLE color: 1569299.

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

Color convert

RGB1924223-
CMYK0.9200.900.05
HSL121.08º89.56%51.18%-
HSV(B)121.08º92.15%94.9%-
XYZ32.1863.711.41-
YUV150.3656.1234.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 242 (94.92% from 255) = 85.21%
BLUE value IS 23 (9.38% from 255) = 8.10%
R=6.69%
G=85.21%
B=8.10%

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
Decimal19242230.9200.900.05121.0889.5651.18
Hex13F2175C05A5795a33
Octal23362271340132517113263
Binary10011111100101011110111000101101010111110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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