#16856A

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

Shades of Elf Green #16856A

Tints of Elf Green #16856A

Color information

#16856A (or 0x16856A) is unknown color: approx Elf Green. HEX triplet: 16, 85 and 6A. RGB value is (22,133,106). Sum of RGB (Red+Green+Blue) = 22+133+106=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #16856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16856A is #E97A95. Grayscale: #606060. Windows color (decimal): -15301270 or 6980886. OLE color: 6980886.

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

Color convert

RGB22133106-
CMYK0.8300.200.48
HSL165.41º71.61%30.39%-
HSV(B)165.41º83.46%52.16%-
XYZ11.3217.9916.51-
YUV96.73133.2374.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=8.43%
G=50.96%
B=40.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221331060.8300.200.48165.4171.6130.39
Hex16856A5301430a5481e
Octal262051521230246024511036
Binary10110100001011101010101001101010011000010100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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