#169D4F

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

Shades of Pigment Green #169D4F

Tints of Pigment Green #169D4F

Color information

#169D4F (or 0x169D4F) is unknown color: approx Pigment Green. HEX triplet: 16, 9D and 4F. RGB value is (22,157,79). Sum of RGB (Red+Green+Blue) = 22+157+79=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #169D4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169D4F is #E962B0. Grayscale: #6B6B6B. Windows color (decimal): -15295153 or 5217558. OLE color: 5217558.

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

Color convert

RGB2215779-
CMYK0.8600.500.38
HSL145.33º75.42%35.1%-
HSV(B)145.33º85.99%61.57%-
XYZ13.824.8511.47-
YUV107.74111.7766.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 157 (61.72% from 255) = 60.85%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=8.53%
G=60.85%
B=30.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22157790.8600.500.38145.3375.4235.1
Hex169D4F5603226914b23
Octal262351171260624622111343
Binary1011010011101100111110101100110010100110100100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,157,79); }

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

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

 a { background-color: rgb(22,157,79); }

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

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

 span { border-color: rgb(22,157,79); }

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