#16916C

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

Shades of Elf Green #16916C

Tints of Elf Green #16916C

Color information

#16916C (or 0x16916C) is unknown color: approx Elf Green. HEX triplet: 16, 91 and 6C. RGB value is (22,145,108). Sum of RGB (Red+Green+Blue) = 22+145+108=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #16916C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16916C is #E96E93. Grayscale: #686868. Windows color (decimal): -15298196 or 7115030. OLE color: 7115030.

HSL color Cylindrical-coordinate representation of color #16916C: hue angle of 161.95º 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 #16916C is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB22145108-
CMYK0.8500.260.43
HSL161.95º73.65%32.75%-
HSV(B)161.95º84.83%56.86%-
XYZ13.1621.517.64-
YUV104130.2569.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 145 (57.03% from 255) = 52.73%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=8%
G=52.73%
B=39.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221451080.8500.260.43161.9573.6532.75
Hex16916C5501A2Ba24a21
Octal262211541250325324211241
Binary101101001000111011001010101011010101011101000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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