#169a50

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

Shades of Pigment Green #169A50

Tints of Pigment Green #169A50

Color information

#169A50 (or 0x169A50) is unknown color: approx Pigment Green. HEX triplet: 16, 9A and 50. RGB value is (22,154,80). Sum of RGB (Red+Green+Blue) = 22+154+80=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #169A50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169A50 is #E965AF. Grayscale: #6A6A6A. Windows color (decimal): -15295920 or 5282326. OLE color: 5282326.

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

Color convert

RGB2215480-
CMYK0.8600.480.40
HSL146.36º75%34.51%-
HSV(B)146.36º85.71%60.39%-
XYZ13.3323.8611.49-
YUV106.1113.2768.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 154 (60.55% from 255) = 60.16%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=8.59%
G=60.16%
B=31.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22154800.8600.480.40146.367534.51
Hex169A505603028924b23
Octal262321201260605022211343
Binary1011010011010101000010101100110000101000100100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169a50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,154,80); }

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

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

 a { background-color: rgb(22,154,80); }

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

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

 span { border-color: rgb(22,154,80); }

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