#169940

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

Shades of Pigment Green #169940

Tints of Pigment Green #169940

Color information

#169940 (or 0x169940) is unknown color: approx Pigment Green. HEX triplet: 16, 99 and 40. RGB value is (22,153,64). Sum of RGB (Red+Green+Blue) = 22+153+64=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #169940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169940 is #E966BF. Grayscale: #676767. Windows color (decimal): -15296192 or 4233494. OLE color: 4233494.

HSL color Cylindrical-coordinate representation of color #169940: hue angle of 139.24º 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 #169940 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB2215364-
CMYK0.8600.580.4
HSL139.24º74.86%34.31%-
HSV(B)139.24º85.62%60%-
XYZ12.6523.328.69-
YUV103.68105.669.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 153 (60.16% from 255) = 64.02%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=9.21%
G=64.02%
B=26.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22153640.8600.580.4139.2474.8634.31
Hex1699405603A288b4b22
Octal262311001260725021311342
Binary1011010011001100000010101100111010101000100010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169940; }

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

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

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

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

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

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

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

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