#169D3C

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

Shades of Pigment Green #169D3C

Tints of Pigment Green #169D3C

Color information

#169D3C (or 0x169D3C) is unknown color: approx Pigment Green. HEX triplet: 16, 9D and 3C. RGB value is (22,157,60). Sum of RGB (Red+Green+Blue) = 22+157+60=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #169D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169D3C is #E962C3. Grayscale: #696969. Windows color (decimal): -15295172 or 3972374. OLE color: 3972374.

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

Color convert

RGB2215760-
CMYK0.8600.620.38
HSL136.89º75.42%35.1%-
HSV(B)136.89º85.99%61.57%-
XYZ13.224.618.33-
YUV105.58102.2768.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 157 (61.72% from 255) = 65.69%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=9.21%
G=65.69%
B=25.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22157600.8600.620.38136.8975.4235.1
Hex169D3C5603E26894b23
Octal26235741260764621111343
Binary101101001110111110010101100111110100110100010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,157,60); }

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

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

 a { background-color: rgb(22,157,60); }

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

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

 span { border-color: rgb(22,157,60); }

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