#169C49

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

Shades of Pigment Green #169C49

Tints of Pigment Green #169C49

Color information

#169C49 (or 0x169C49) is unknown color: approx Pigment Green. HEX triplet: 16, 9C and 49. RGB value is (22,156,73). Sum of RGB (Red+Green+Blue) = 22+156+73=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #169C49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169C49 is #E963B6. Grayscale: #6A6A6A. Windows color (decimal): -15295415 or 4824086. OLE color: 4824086.

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

Color convert

RGB2215673-
CMYK0.8600.530.39
HSL142.84º75.28%34.9%-
HSV(B)142.84º85.9%61.18%-
XYZ13.4224.4310.31-
YUV106.47109.1167.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 156 (61.33% from 255) = 62.15%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=8.76%
G=62.15%
B=29.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22156730.8600.530.39142.8475.2834.9
Hex169C4956035278f4b23
Octal262341111260654721711343
Binary1011010011100100100110101100110101100111100011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,156,73); }

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

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

 a { background-color: rgb(22,156,73); }

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

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

 span { border-color: rgb(22,156,73); }

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