#16A354

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

Shades of Pigment Green #16A354

Tints of Pigment Green #16A354

Color information

#16A354 (or 0x16A354) is unknown color: approx Pigment Green. HEX triplet: 16, A3 and 54. RGB value is (22,163,84). Sum of RGB (Red+Green+Blue) = 22+163+84=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #16A354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A354 is #E95CAB. Grayscale: #707070. Windows color (decimal): -15293612 or 5546774. OLE color: 5546774.

HSL color Cylindrical-coordinate representation of color #16A354: hue angle of 146.38º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A354 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB2216384-
CMYK0.8700.480.36
HSL146.38º76.22%36.27%-
HSV(B)146.38º86.5%63.92%-
XYZ15.0327.0112.81-
YUV111.84112.2963.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.18%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=8.18%
G=60.59%
B=31.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22163840.8700.480.36146.3876.2236.27
Hex16A3545703024924c24
Octal262431241270604422211444
Binary1011010100011101010010101110110000100100100100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,163,84); }

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

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

 a { background-color: rgb(22,163,84); }

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

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

 span { border-color: rgb(22,163,84); }

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