#16966E

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

Shades of Elf Green #16966E

Tints of Elf Green #16966E

Color information

#16966E (or 0x16966E) is unknown color: approx Elf Green. HEX triplet: 16, 96 and 6E. RGB value is (22,150,110). Sum of RGB (Red+Green+Blue) = 22+150+110=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #16966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16966E is #E96991. Grayscale: #6B6B6B. Windows color (decimal): -15296914 or 7247382. OLE color: 7247382.

HSL color Cylindrical-coordinate representation of color #16966E: hue angle of 161.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16966E is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB22150110-
CMYK0.8500.270.41
HSL161.25º74.42%33.73%-
HSV(B)161.25º85.33%58.82%-
XYZ14.0523.1118.47-
YUV107.17129.5967.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.80%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=7.80%
G=53.19%
B=39.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221501100.8500.270.41161.2574.4233.73
Hex16966E5501B29a14a22
Octal262261561250335124111242
Binary101101001011011011101010101011011101001101000011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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