#16A648

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

Shades of Pigment Green #16A648

Tints of Pigment Green #16A648

Color information

#16A648 (or 0x16A648) is unknown color: approx Pigment Green. HEX triplet: 16, A6 and 48. RGB value is (22,166,72). Sum of RGB (Red+Green+Blue) = 22+166+72=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #16A648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A648 is #E959B7. Grayscale: #707070. Windows color (decimal): -15292856 or 4761110. OLE color: 4761110.

HSL color Cylindrical-coordinate representation of color #16A648: hue angle of 140.83º degrees, saturation: 0.77, 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 #16A648 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB2216672-
CMYK0.8700.570.35
HSL140.83º76.6%36.86%-
HSV(B)140.83º86.75%65.1%-
XYZ15.1427.9110.72-
YUV112.23105.2963.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.46%
GREEN value IS 166 (65.23% from 255) = 63.85%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=8.46%
G=63.85%
B=27.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22166720.8700.570.35140.8376.636.86
Hex16A64857039238d4d25
Octal262461101270714321511545
Binary1011010100110100100010101110111001100011100011011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,166,72); }

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

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

 a { background-color: rgb(22,166,72); }

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

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

 span { border-color: rgb(22,166,72); }

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