#169E56

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

Shades of Pigment Green #169E56

Tints of Pigment Green #169E56

Color information

#169E56 (or 0x169E56) is unknown color: approx Pigment Green. HEX triplet: 16, 9E and 56. RGB value is (22,158,86). Sum of RGB (Red+Green+Blue) = 22+158+86=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #169E56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169E56 is #E961A9. Grayscale: #6D6D6D. Windows color (decimal): -15294890 or 5676566. OLE color: 5676566.

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

Color convert

RGB2215886-
CMYK0.8600.460.38
HSL148.24º75.56%35.29%-
HSV(B)148.24º86.08%61.96%-
XYZ14.2425.312.94-
YUV109.13114.9465.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 158 (62.11% from 255) = 59.40%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=8.27%
G=59.40%
B=32.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22158860.8600.460.38148.2475.5635.29
Hex169E565602E26944c23
Octal262361261260564622411443
Binary1011010011110101011010101100101110100110100101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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