#16916D

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

Shades of Elf Green #16916D

Tints of Elf Green #16916D

Color information

#16916D (or 0x16916D) is unknown color: approx Elf Green. HEX triplet: 16, 91 and 6D. RGB value is (22,145,109). Sum of RGB (Red+Green+Blue) = 22+145+109=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #16916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16916D is #E96E92. Grayscale: #686868. Windows color (decimal): -15298195 or 7180566. OLE color: 7180566.

HSL color Cylindrical-coordinate representation of color #16916D: hue angle of 162.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16916D is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB22145109-
CMYK0.8500.250.43
HSL162.44º73.65%32.75%-
HSV(B)162.44º84.83%56.86%-
XYZ13.2221.5317.93-
YUV104.12130.7569.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 145 (57.03% from 255) = 52.54%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=7.97%
G=52.54%
B=39.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221451090.8500.250.43162.4473.6532.75
Hex16916D550192Ba24a21
Octal262211551250315324211241
Binary101101001000111011011010101011001101011101000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,145,109); }

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

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

 a { background-color: rgb(22,145,109); }

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

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

 span { border-color: rgb(22,145,109); }

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