#16886E

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

Shades of Elf Green #16886E

Tints of Elf Green #16886E

Color information

#16886E (or 0x16886E) is unknown color: approx Elf Green. HEX triplet: 16, 88 and 6E. RGB value is (22,136,110). Sum of RGB (Red+Green+Blue) = 22+136+110=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #16886E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16886E is #E97791. Grayscale: #626262. Windows color (decimal): -15300498 or 7243798. OLE color: 7243798.

HSL color Cylindrical-coordinate representation of color #16886E: hue angle of 166.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16886E is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB22136110-
CMYK0.8400.190.47
HSL166.32º72.15%30.98%-
HSV(B)166.32º83.82%53.33%-
XYZ11.9518.917.77-
YUV98.95134.2373.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 136 (53.52% from 255) = 50.75%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=8.21%
G=50.75%
B=41.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221361100.8400.190.47166.3272.1530.98
Hex16886E540132Fa6481f
Octal262101561240235724611037
Binary10110100010001101110101010001001110111110100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16886E; }

 p { color: rgb(22,136,110); }

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

<style>
 a { background-color: #16886E; }

 a { background-color: rgb(22,136,110); }

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

<style>
 span { border-color: #16886E; }

 span { border-color: rgb(22,136,110); }

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