#169F41

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

Shades of Pigment Green #169F41

Tints of Pigment Green #169F41

Color information

#169F41 (or 0x169F41) is unknown color: approx Pigment Green. HEX triplet: 16, 9F and 41. RGB value is (22,159,65). Sum of RGB (Red+Green+Blue) = 22+159+65=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 159 (62.5% from 255 or 64.63% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 159 - color contains mainly: green. Hex color #169F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169F41 is #E960BE. Grayscale: #6B6B6B. Windows color (decimal): -15294655 or 4300566. OLE color: 4300566.

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

Color convert

RGB2215965-
CMYK0.8600.590.38
HSL138.83º75.69%35.49%-
HSV(B)138.83º86.16%62.35%-
XYZ13.6825.359.17-
YUV107.32104.1167.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 159 (62.5% from 255) = 64.63%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=8.94%
G=64.63%
B=26.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22159650.8600.590.38138.8375.6935.49
Hex169F415603B268b4c23
Octal262371011260734621311443
Binary1011010011111100000110101100111011100110100010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,159,65); }

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

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

 a { background-color: rgb(22,159,65); }

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

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

 span { border-color: rgb(22,159,65); }

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