#169c55

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

Shades of Pigment Green #169C55

Tints of Pigment Green #169C55

Color information

#169C55 (or 0x169C55) is unknown color: approx Pigment Green. HEX triplet: 16, 9C and 55. RGB value is (22,156,85). Sum of RGB (Red+Green+Blue) = 22+156+85=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 156 (61.33% from 255 or 59.32% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 156 - color contains mainly: green. Hex color #169C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169C55 is #E963AA. Grayscale: #6B6B6B. Windows color (decimal): -15295403 or 5610518. OLE color: 5610518.

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

Color convert

RGB2215685-
CMYK0.8600.460.39
HSL148.21º75.28%34.9%-
HSV(B)148.21º85.9%61.18%-
XYZ13.8624.612.61-
YUV107.84115.1166.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.37%
GREEN value IS 156 (61.33% from 255) = 59.32%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=8.37%
G=59.32%
B=32.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22156850.8600.460.39148.2175.2834.9
Hex169C555602E27944b23
Octal262341251260564722411343
Binary1011010011100101010110101100101110100111100101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169c55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,156,85); }

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

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

 a { background-color: rgb(22,156,85); }

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

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

 span { border-color: rgb(22,156,85); }

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