#16967C

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

Shades of Elf Green #16967C

Tints of Elf Green #16967C

Color information

#16967C (or 0x16967C) is unknown color: approx Elf Green. HEX triplet: 16, 96 and 7C. RGB value is (22,150,124). Sum of RGB (Red+Green+Blue) = 22+150+124=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #16967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16967C is #E96983. Grayscale: #6C6C6C. Windows color (decimal): -15296900 or 8164886. OLE color: 8164886.

HSL color Cylindrical-coordinate representation of color #16967C: hue angle of 167.81º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16967C is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB22150124-
CMYK0.8500.170.41
HSL167.81º74.42%33.73%-
HSV(B)167.81º85.33%58.82%-
XYZ14.8823.4422.81-
YUV108.76136.5966.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.43%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=7.43%
G=50.68%
B=41.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221501240.8500.170.41167.8174.4233.73
Hex16967C5501129a84a22
Octal262261741250215125011242
Binary101101001011011111001010101010001101001101010001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16967C; }

 p { color: rgb(22,150,124); }

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

<style>
 a { background-color: #16967C; }

 a { background-color: rgb(22,150,124); }

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

<style>
 span { border-color: #16967C; }

 span { border-color: rgb(22,150,124); }

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