#16B354

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

Shades of Pigment Green #16B354

Tints of Pigment Green #16B354

Color information

#16B354 (or 0x16B354) is unknown color: approx Pigment Green. HEX triplet: 16, B3 and 54. RGB value is (22,179,84). Sum of RGB (Red+Green+Blue) = 22+179+84=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #16B354 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B354 is #E94CAB. Grayscale: #797979. Windows color (decimal): -15289516 or 5550870. OLE color: 5550870.

HSL color Cylindrical-coordinate representation of color #16B354: hue angle of 143.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B354 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB2217984-
CMYK0.8800.530.30
HSL143.69º78.11%39.41%-
HSV(B)143.69º87.71%70.2%-
XYZ18.0533.0513.82-
YUV121.23106.9957.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 179 (70.31% from 255) = 62.81%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=7.72%
G=62.81%
B=29.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22179840.8800.530.30143.6978.1139.41
Hex16B354580351E904e27
Octal262631241300653622011647
Binary101101011001110101001011000011010111110100100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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