#169E3C

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

Shades of Pigment Green #169E3C

Tints of Pigment Green #169E3C

Color information

#169E3C (or 0x169E3C) is unknown color: approx Pigment Green. HEX triplet: 16, 9E and 3C. RGB value is (22,158,60). Sum of RGB (Red+Green+Blue) = 22+158+60=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #169E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169E3C is #E961C3. Grayscale: #6A6A6A. Windows color (decimal): -15294916 or 3972630. OLE color: 3972630.

HSL color Cylindrical-coordinate representation of color #169E3C: hue angle of 136.76º degrees, saturation: 0.76, 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 #169E3C is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB2215860-
CMYK0.8600.620.38
HSL136.76º75.56%35.29%-
HSV(B)136.76º86.08%61.96%-
XYZ13.3724.958.39-
YUV106.16101.9467.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 158 (62.11% from 255) = 65.83%
BLUE value IS 60 (23.83% from 255) = 25%
R=9.17%
G=65.83%
B=25%

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
Decimal22158600.8600.620.38136.7675.5635.29
Hex169E3C5603E26894c23
Octal26236741260764621111443
Binary101101001111011110010101100111110100110100010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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