#16A040

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

Shades of Pigment Green #16A040

Tints of Pigment Green #16A040

Color information

#16A040 (or 0x16A040) is unknown color: approx Pigment Green. HEX triplet: 16, A0 and 40. RGB value is (22,160,64). Sum of RGB (Red+Green+Blue) = 22+160+64=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #16A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A040 is #E95FBF. Grayscale: #6C6C6C. Windows color (decimal): -15294400 or 4235286. OLE color: 4235286.

HSL color Cylindrical-coordinate representation of color #16A040: hue angle of 138.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A040 is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB2216064-
CMYK0.8600.60.37
HSL138.26º75.82%35.69%-
HSV(B)138.26º86.25%62.75%-
XYZ13.8325.689.08-
YUV107.79103.2866.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 160 (62.89% from 255) = 65.04%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=8.94%
G=65.04%
B=26.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22160640.8600.60.37138.2675.8235.69
Hex16A0405603C258a4c24
Octal262401001260744521211444
Binary1011010100000100000010101100111100100101100010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,160,64); }

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

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

 a { background-color: rgb(22,160,64); }

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

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

 span { border-color: rgb(22,160,64); }

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