#16A546

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

Shades of Pigment Green #16A546

Tints of Pigment Green #16A546

Color information

#16A546 (or 0x16A546) is unknown color: approx Pigment Green. HEX triplet: 16, A5 and 46. RGB value is (22,165,70). Sum of RGB (Red+Green+Blue) = 22+165+70=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #16A546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A546 is #E95AB9. Grayscale: #6F6F6F. Windows color (decimal): -15293114 or 4629782. OLE color: 4629782.

HSL color Cylindrical-coordinate representation of color #16A546: hue angle of 140.14º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A546 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB2216570-
CMYK0.8700.580.35
HSL140.14º76.47%36.67%-
HSV(B)140.14º86.67%64.71%-
XYZ14.8927.5210.32-
YUV111.41104.6264.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 165 (64.84% from 255) = 64.20%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=8.56%
G=64.20%
B=27.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22165700.8700.580.35140.1476.4736.67
Hex16A5465703A238c4c25
Octal262451061270724321411445
Binary1011010100101100011010101110111010100011100011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,165,70); }

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

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

 a { background-color: rgb(22,165,70); }

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

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

 span { border-color: rgb(22,165,70); }

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