#16977C

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

Shades of Elf Green #16977C

Tints of Elf Green #16977C

Color information

#16977C (or 0x16977C) is unknown color: approx Elf Green. HEX triplet: 16, 97 and 7C. RGB value is (22,151,124). Sum of RGB (Red+Green+Blue) = 22+151+124=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #16977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16977C is #E96883. Grayscale: #6D6D6D. Windows color (decimal): -15296644 or 8165142. OLE color: 8165142.

HSL color Cylindrical-coordinate representation of color #16977C: hue angle of 167.44º degrees, saturation: 0.75, 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 #16977C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB22151124-
CMYK0.8500.180.41
HSL167.44º74.57%33.92%-
HSV(B)167.44º85.43%59.22%-
XYZ15.0423.7622.86-
YUV109.35136.2665.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=7.41%
G=50.84%
B=41.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221511240.8500.180.41167.4474.5733.92
Hex16977C5501229a74b22
Octal262271741250225124711342
Binary101101001011111111001010101010010101001101001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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