#16885E

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

Shades of Elf Green #16885E

Tints of Elf Green #16885E

Color information

#16885E (or 0x16885E) is unknown color: approx Elf Green. HEX triplet: 16, 88 and 5E. RGB value is (22,136,94). Sum of RGB (Red+Green+Blue) = 22+136+94=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #16885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16885E is #E977A1. Grayscale: #616161. Windows color (decimal): -15300514 or 6195222. OLE color: 6195222.

HSL color Cylindrical-coordinate representation of color #16885E: hue angle of 157.89º 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 #16885E is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB2213694-
CMYK0.8400.310.47
HSL157.89º72.15%30.98%-
HSV(B)157.89º83.82%53.33%-
XYZ11.1618.5913.59-
YUV97.13126.2374.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=8.73%
G=53.97%
B=37.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22136940.8400.310.47157.8972.1530.98
Hex16885E5401F2F9e481f
Octal262101361240375723611037
Binary10110100010001011110101010001111110111110011110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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