#169F59

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

Shades of Pigment Green #169F59

Tints of Pigment Green #169F59

Color information

#169F59 (or 0x169F59) is unknown color: approx Pigment Green. HEX triplet: 16, 9F and 59. RGB value is (22,159,89). Sum of RGB (Red+Green+Blue) = 22+159+89=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #169F59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169F59 is #E960A6. Grayscale: #6E6E6E. Windows color (decimal): -15294631 or 5873430. OLE color: 5873430.

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

Color convert

RGB2215989-
CMYK0.8600.440.38
HSL149.34º75.69%35.49%-
HSV(B)149.34º86.16%62.35%-
XYZ14.5325.6913.64-
YUV110.06116.1165.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.15%
GREEN value IS 159 (62.5% from 255) = 58.89%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=8.15%
G=58.89%
B=32.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22159890.8600.440.38149.3475.6935.49
Hex169F595602C26954c23
Octal262371311260544622511443
Binary1011010011111101100110101100101100100110100101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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