#16856F

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

Shades of Elf Green #16856F

Tints of Elf Green #16856F

Color information

#16856F (or 0x16856F) is unknown color: approx Elf Green. HEX triplet: 16, 85 and 6F. RGB value is (22,133,111). Sum of RGB (Red+Green+Blue) = 22+133+111=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #16856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16856F is #E97A90. Grayscale: #616161. Windows color (decimal): -15301265 or 7308566. OLE color: 7308566.

HSL color Cylindrical-coordinate representation of color #16856F: hue angle of 168.11º degrees, saturation: 0.72, 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 #16856F is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB22133111-
CMYK0.8300.170.48
HSL168.11º71.61%30.39%-
HSV(B)168.11º83.46%52.16%-
XYZ11.5918.0917.92-
YUV97.3135.7374.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=8.27%
G=50%
B=41.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221331110.8300.170.48168.1171.6130.39
Hex16856F5301130a8481e
Octal262051571230216025011036
Binary10110100001011101111101001101000111000010101000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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