#16D71A

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

Shades of Free Speech Green #16D71A

Tints of Free Speech Green #16D71A

Color information

#16D71A (or 0x16D71A) is unknown color: approx Free Speech Green. HEX triplet: 16, D7 and 1A. RGB value is (22,215,26). Sum of RGB (Red+Green+Blue) = 22+215+26=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 215 (84.38% from 255 or 81.75% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 215 - color contains mainly: green. Hex color #16D71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D71A is #E928E5. Grayscale: #888888. Windows color (decimal): -15280358 or 1758998. OLE color: 1758998.

HSL color Cylindrical-coordinate representation of color #16D71A: hue angle of 121.24º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D71A is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB2221526-
CMYK0.9000.880.16
HSL121.24º81.43%46.47%-
HSV(B)121.24º89.77%84.31%-
XYZ24.8248.859.1-
YUV135.7566.0646.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.37%
GREEN value IS 215 (84.38% from 255) = 81.75%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=8.37%
G=81.75%
B=9.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22215260.9000.880.16121.2481.4346.47
Hex16D71A5A0581079512e
Octal263273213201302017112156
Binary1011011010111110101011010010110001000011110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16D71A; }

 p { color: rgb(22,215,26); }

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

<style>
 a { background-color: #16D71A; }

 a { background-color: rgb(22,215,26); }

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

<style>
 span { border-color: #16D71A; }

 span { border-color: rgb(22,215,26); }

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