#16846F

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

Shades of Elf Green #16846F

Tints of Elf Green #16846F

Color information

#16846F (or 0x16846F) is unknown color: approx Elf Green. HEX triplet: 16, 84 and 6F. RGB value is (22,132,111). Sum of RGB (Red+Green+Blue) = 22+132+111=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #16846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16846F is #E97B90. Grayscale: #606060. Windows color (decimal): -15301521 or 7308310. OLE color: 7308310.

HSL color Cylindrical-coordinate representation of color #16846F: hue angle of 168.55º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16846F is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB22132111-
CMYK0.8300.160.48
HSL168.55º71.43%30.2%-
HSV(B)168.55º83.33%51.76%-
XYZ11.4517.8217.88-
YUV96.72136.0674.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=8.30%
G=49.81%
B=41.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321110.8300.160.48168.5571.4330.2
Hex16846F5301030a9471e
Octal262041571230206025110736
Binary10110100001001101111101001101000011000010101001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16846F; }

 p { color: rgb(22,132,111); }

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

<style>
 a { background-color: #16846F; }

 a { background-color: rgb(22,132,111); }

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

<style>
 span { border-color: #16846F; }

 span { border-color: rgb(22,132,111); }

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