#169B4E

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

Shades of Pigment Green #169B4E

Tints of Pigment Green #169B4E

Color information

#169B4E (or 0x169B4E) is unknown color: approx Pigment Green. HEX triplet: 16, 9B and 4E. RGB value is (22,155,78). Sum of RGB (Red+Green+Blue) = 22+155+78=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #169B4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169B4E is #E964B1. Grayscale: #6A6A6A. Windows color (decimal): -15295666 or 5151510. OLE color: 5151510.

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

Color convert

RGB2215578-
CMYK0.8600.500.39
HSL145.26º75.14%34.71%-
HSV(B)145.26º85.81%60.78%-
XYZ13.4324.1611.16-
YUV106.46111.9467.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 155 (60.94% from 255) = 60.78%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=8.63%
G=60.78%
B=30.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22155780.8600.500.39145.2675.1434.71
Hex169B4E5603227914b23
Octal262331161260624722111343
Binary1011010011011100111010101100110010100111100100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,155,78); }

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

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

 a { background-color: rgb(22,155,78); }

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

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

 span { border-color: rgb(22,155,78); }

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