#16967D

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

Shades of Elf Green #16967D

Tints of Elf Green #16967D

Color information

#16967D (or 0x16967D) is unknown color: approx Elf Green. HEX triplet: 16, 96 and 7D. RGB value is (22,150,125). Sum of RGB (Red+Green+Blue) = 22+150+125=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #16967D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16967D is #E96982. Grayscale: #6C6C6C. Windows color (decimal): -15296899 or 8230422. OLE color: 8230422.

HSL color Cylindrical-coordinate representation of color #16967D: hue angle of 168.28º 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 #16967D is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB22150125-
CMYK0.8500.170.41
HSL168.28º74.42%33.73%-
HSV(B)168.28º85.33%58.82%-
XYZ14.9423.4623.14-
YUV108.88137.0966.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=7.41%
G=50.51%
B=42.09%

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
Decimal221501250.8500.170.41168.2874.4233.73
Hex16967D5501129a84a22
Octal262261751250215125011242
Binary101101001011011111011010101010001101001101010001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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