#16AC5F

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

Shades of Pigment Green #16AC5F

Tints of Pigment Green #16AC5F

Color information

#16AC5F (or 0x16AC5F) is unknown color: approx Pigment Green. HEX triplet: 16, AC and 5F. RGB value is (22,172,95). Sum of RGB (Red+Green+Blue) = 22+172+95=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AC5F is #E953A0. Grayscale: #767676. Windows color (decimal): -15291297 or 6269974. OLE color: 6269974.

HSL color Cylindrical-coordinate representation of color #16AC5F: hue angle of 149.2º 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 #16AC5F is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB2217295-
CMYK0.8700.450.33
HSL149.2º77.32%38.04%-
HSV(B)149.2º87.21%67.45%-
XYZ17.1530.515.81-
YUV118.37114.859.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.61%
GREEN value IS 172 (67.58% from 255) = 59.52%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=7.61%
G=59.52%
B=32.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22172950.8700.450.33149.277.3238.04
Hex16AC5F5702D21954d26
Octal262541371270554122511546
Binary1011010101100101111110101110101101100001100101011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,172,95); }

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

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

 a { background-color: rgb(22,172,95); }

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

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

 span { border-color: rgb(22,172,95); }

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