#16895B

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

Shades of Elf Green #16895B

Tints of Elf Green #16895B

Color information

#16895B (or 0x16895B) is unknown color: approx Elf Green. HEX triplet: 16, 89 and 5B. RGB value is (22,137,91). Sum of RGB (Red+Green+Blue) = 22+137+91=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #16895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16895B is #E976A4. Grayscale: #616161. Windows color (decimal): -15300261 or 5998870. OLE color: 5998870.

HSL color Cylindrical-coordinate representation of color #16895B: hue angle of 156º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16895B is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB2213791-
CMYK0.8400.340.46
HSL156º72.33%31.18%-
HSV(B)156º83.94%53.73%-
XYZ11.1618.8212.94-
YUV97.37124.474.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 137 (53.91% from 255) = 54.8%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=8.8%
G=54.8%
B=36.4%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22137910.8400.340.4615672.3331.18
Hex16895B540222E9c481f
Octal262111331240425623411037
Binary101101000100110110111010100010001010111010011100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16895B; }

 p { color: rgb(22,137,91); }

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

<style>
 a { background-color: #16895B; }

 a { background-color: rgb(22,137,91); }

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

<style>
 span { border-color: #16895B; }

 span { border-color: rgb(22,137,91); }

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