#169C71

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

Shades of Elf Green #169C71

Tints of Elf Green #169C71

Color information

#169C71 (or 0x169C71) is unknown color: approx Elf Green. HEX triplet: 16, 9C and 71. RGB value is (22,156,113). Sum of RGB (Red+Green+Blue) = 22+156+113=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #169C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169C71 is #E9638E. Grayscale: #6F6F6F. Windows color (decimal): -15295375 or 7445526. OLE color: 7445526.

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

Color convert

RGB22156113-
CMYK0.8600.280.39
HSL160.75º75.28%34.9%-
HSV(B)160.75º85.9%61.18%-
XYZ15.225.1419.67-
YUV111.03129.1164.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.56%
GREEN value IS 156 (61.33% from 255) = 53.61%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=7.56%
G=53.61%
B=38.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221561130.8600.280.39160.7575.2834.9
Hex169C715601C27a14b23
Octal262341611260344724111343
Binary101101001110011100011010110011100100111101000011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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