#169956

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

Shades of Pigment Green #169956

Tints of Pigment Green #169956

Color information

#169956 (or 0x169956) is unknown color: approx Pigment Green. HEX triplet: 16, 99 and 56. RGB value is (22,153,86). Sum of RGB (Red+Green+Blue) = 22+153+86=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #169956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169956 is #E966A9. Grayscale: #6A6A6A. Windows color (decimal): -15296170 or 5675286. OLE color: 5675286.

HSL color Cylindrical-coordinate representation of color #169956: hue angle of 149.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169956 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB2215386-
CMYK0.8600.440.4
HSL149.31º74.86%34.31%-
HSV(B)149.31º85.62%60%-
XYZ13.423.6212.66-
YUV106.19116.667.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 153 (60.16% from 255) = 58.62%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=8.43%
G=58.62%
B=32.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22153860.8600.440.4149.3174.8634.31
Hex1699565602C28954b22
Octal262311261260545022511342
Binary1011010011001101011010101100101100101000100101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169956; }

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

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

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

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

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

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

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

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