#169B6F

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

Shades of Elf Green #169B6F

Tints of Elf Green #169B6F

Color information

#169B6F (or 0x169B6F) is unknown color: approx Elf Green. HEX triplet: 16, 9B and 6F. RGB value is (22,155,111). Sum of RGB (Red+Green+Blue) = 22+155+111=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #169B6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169B6F is #E96490. Grayscale: #6E6E6E. Windows color (decimal): -15295633 or 7314198. OLE color: 7314198.

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

Color convert

RGB22155111-
CMYK0.8600.280.39
HSL160.15º75.14%34.71%-
HSV(B)160.15º85.81%60.78%-
XYZ14.9224.7619.03-
YUV110.22128.4465.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.64%
GREEN value IS 155 (60.94% from 255) = 53.82%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=7.64%
G=53.82%
B=38.54%

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
Decimal221551110.8600.280.39160.1575.1434.71
Hex169B6F5601C27a04b23
Octal262331571260344724011343
Binary101101001101111011111010110011100100111101000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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