#169C6F

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

Shades of Elf Green #169C6F

Tints of Elf Green #169C6F

Color information

#169C6F (or 0x169C6F) is unknown color: approx Elf Green. HEX triplet: 16, 9C and 6F. RGB value is (22,156,111). Sum of RGB (Red+Green+Blue) = 22+156+111=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #169C6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169C6F is #E96390. Grayscale: #6E6E6E. Windows color (decimal): -15295377 or 7314454. OLE color: 7314454.

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

Color convert

RGB22156111-
CMYK0.8600.290.39
HSL159.85º75.28%34.9%-
HSV(B)159.85º85.9%61.18%-
XYZ15.0925.119.09-
YUV110.8128.1164.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.61%
GREEN value IS 156 (61.33% from 255) = 53.98%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=7.61%
G=53.98%
B=38.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221561110.8600.290.39159.8575.2834.9
Hex169C6F5601D27a04b23
Octal262341571260354724011343
Binary101101001110011011111010110011101100111101000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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