#169B4D

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

Shades of Pigment Green #169B4D

Tints of Pigment Green #169B4D

Color information

#169B4D (or 0x169B4D) is unknown color: approx Pigment Green. HEX triplet: 16, 9B and 4D. RGB value is (22,155,77). Sum of RGB (Red+Green+Blue) = 22+155+77=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #169B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169B4D is #E964B2. Grayscale: #6A6A6A. Windows color (decimal): -15295667 or 5085974. OLE color: 5085974.

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

Color convert

RGB2215577-
CMYK0.8600.500.39
HSL144.81º75.14%34.71%-
HSV(B)144.81º85.81%60.78%-
XYZ13.3924.1510.98-
YUV106.34111.4467.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 155 (60.94% from 255) = 61.02%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=8.66%
G=61.02%
B=30.31%

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
Decimal22155770.8600.500.39144.8175.1434.71
Hex169B4D5603227914b23
Octal262331151260624722111343
Binary1011010011011100110110101100110010100111100100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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