#16AB49

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

Shades of Pigment Green #16AB49

Tints of Pigment Green #16AB49

Color information

#16AB49 (or 0x16AB49) is unknown color: approx Pigment Green. HEX triplet: 16, AB and 49. RGB value is (22,171,73). Sum of RGB (Red+Green+Blue) = 22+171+73=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AB49 is #E954B6. Grayscale: #737373. Windows color (decimal): -15291575 or 4827926. OLE color: 4827926.

HSL color Cylindrical-coordinate representation of color #16AB49: hue angle of 140.54º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AB49 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB2217173-
CMYK0.8700.570.33
HSL140.54º77.2%37.84%-
HSV(B)140.54º87.13%67.06%-
XYZ16.129.7811.2-
YUV115.28104.1461.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 171 (67.19% from 255) = 64.29%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=8.27%
G=64.29%
B=27.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22171730.8700.570.33140.5477.237.84
Hex16AB4957039218d4d26
Octal262531111270714121511546
Binary1011010101011100100110101110111001100001100011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,171,73); }

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

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

 a { background-color: rgb(22,171,73); }

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

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

 span { border-color: rgb(22,171,73); }

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