#16976B

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

Shades of Elf Green #16976B

Tints of Elf Green #16976B

Color information

#16976B (or 0x16976B) is unknown color: approx Elf Green. HEX triplet: 16, 97 and 6B. RGB value is (22,151,107). Sum of RGB (Red+Green+Blue) = 22+151+107=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #16976B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16976B is #E96894. Grayscale: #6B6B6B. Windows color (decimal): -15296661 or 7051030. OLE color: 7051030.

HSL color Cylindrical-coordinate representation of color #16976B: hue angle of 159.53º 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 #16976B is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB22151107-
CMYK0.8500.290.41
HSL159.53º74.57%33.92%-
HSV(B)159.53º85.43%59.22%-
XYZ14.0523.3717.68-
YUV107.41127.7667.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.86%
GREEN value IS 151 (59.38% from 255) = 53.93%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=7.86%
G=53.93%
B=38.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221511070.8500.290.41159.5374.5733.92
Hex16976B5501D29a04b22
Octal262271531250355124011342
Binary101101001011111010111010101011101101001101000001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16976B; }

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

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

<style>
 a { background-color: #16976B; }

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

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

<style>
 span { border-color: #16976B; }

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

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