#169C56

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

Shades of Pigment Green #169C56

Tints of Pigment Green #169C56

Color information

#169C56 (or 0x169C56) is unknown color: approx Pigment Green. HEX triplet: 16, 9C and 56. RGB value is (22,156,86). Sum of RGB (Red+Green+Blue) = 22+156+86=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 156 (61.33% from 255 or 59.09% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 156 - color contains mainly: green. Hex color #169C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169C56 is #E963A9. Grayscale: #6C6C6C. Windows color (decimal): -15295402 or 5676054. OLE color: 5676054.

HSL color Cylindrical-coordinate representation of color #169C56: hue angle of 148.66º 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 #169C56 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB2215686-
CMYK0.8600.450.39
HSL148.66º75.28%34.9%-
HSV(B)148.66º85.9%61.18%-
XYZ13.924.6212.82-
YUV107.95115.6166.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.33%
GREEN value IS 156 (61.33% from 255) = 59.09%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=8.33%
G=59.09%
B=32.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22156860.8600.450.39148.6675.2834.9
Hex169C565602D27954b23
Octal262341261260554722511343
Binary1011010011100101011010101100101101100111100101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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