#169C42

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

Shades of Pigment Green #169C42

Tints of Pigment Green #169C42

Color information

#169C42 (or 0x169C42) is unknown color: approx Pigment Green. HEX triplet: 16, 9C and 42. RGB value is (22,156,66). Sum of RGB (Red+Green+Blue) = 22+156+66=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #169C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169C42 is #E963BD. Grayscale: #696969. Windows color (decimal): -15295422 or 4365334. OLE color: 4365334.

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

Color convert

RGB2215666-
CMYK0.8600.580.39
HSL139.7º75.28%34.9%-
HSV(B)139.7º85.9%61.18%-
XYZ13.224.349.16-
YUV105.67105.6168.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 156 (61.33% from 255) = 63.93%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=9.02%
G=63.93%
B=27.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22156660.8600.580.39139.775.2834.9
Hex169C425603A278c4b23
Octal262341021260724721411343
Binary1011010011100100001010101100111010100111100011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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