#169A47

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

Shades of Pigment Green #169A47

Tints of Pigment Green #169A47

Color information

#169A47 (or 0x169A47) is unknown color: approx Pigment Green. HEX triplet: 16, 9A and 47. RGB value is (22,154,71). Sum of RGB (Red+Green+Blue) = 22+154+71=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 154 (60.55% from 255 or 62.35% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 154 - color contains mainly: green. Hex color #169A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169A47 is #E965B8. Grayscale: #696969. Windows color (decimal): -15295929 or 4692502. OLE color: 4692502.

HSL color Cylindrical-coordinate representation of color #169A47: hue angle of 142.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169A47 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB2215471-
CMYK0.8600.540.40
HSL142.27º75%34.51%-
HSV(B)142.27º85.71%60.39%-
XYZ13.0223.749.86-
YUV105.07108.7768.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 154 (60.55% from 255) = 62.35%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=8.91%
G=62.35%
B=28.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22154710.8600.540.40142.277534.51
Hex169A4756036288e4b23
Octal262321071260665021611343
Binary1011010011010100011110101100110110101000100011101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169A47; }

 p { color: rgb(22,154,71); }

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

<style>
 a { background-color: #169A47; }

 a { background-color: rgb(22,154,71); }

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

<style>
 span { border-color: #169A47; }

 span { border-color: rgb(22,154,71); }

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