#16957C

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

Shades of Elf Green #16957C

Tints of Elf Green #16957C

Color information

#16957C (or 0x16957C) is unknown color: approx Elf Green. HEX triplet: 16, 95 and 7C. RGB value is (22,149,124). Sum of RGB (Red+Green+Blue) = 22+149+124=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #16957C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16957C is #E96A83. Grayscale: #6C6C6C. Windows color (decimal): -15297156 or 8164630. OLE color: 8164630.

HSL color Cylindrical-coordinate representation of color #16957C: hue angle of 168.19º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16957C is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB22149124-
CMYK0.8500.170.42
HSL168.19º74.27%33.53%-
HSV(B)168.19º85.23%58.43%-
XYZ14.7223.1222.76-
YUV108.18136.9266.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=7.46%
G=50.51%
B=42.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221491240.8500.170.42168.1974.2733.53
Hex16957C550112Aa84a22
Octal262251741250215225011242
Binary101101001010111111001010101010001101010101010001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,149,124); }

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

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

 a { background-color: rgb(22,149,124); }

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

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

 span { border-color: rgb(22,149,124); }

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