#108D70

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

Shades of Elf Green #108D70

Tints of Elf Green #108D70

Color information

#108D70 (or 0x108D70) is unknown color: approx Elf Green. HEX triplet: 10, 8D and 70. RGB value is (16,141,112). Sum of RGB (Red+Green+Blue) = 16+141+112=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #108D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D70 is #EF728F. Grayscale: #646464. Windows color (decimal): -15692432 or 7376144. OLE color: 7376144.

HSL color Cylindrical-coordinate representation of color #108D70: hue angle of 166.08º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D70 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB16141112-
CMYK0.8900.210.45
HSL166.08º79.62%30.78%-
HSV(B)166.08º88.65%55.29%-
XYZ12.6620.3318.59-
YUV100.32134.5967.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.95%
GREEN value IS 141 (55.47% from 255) = 52.42%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=5.95%
G=52.42%
B=41.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161411120.8900.210.45166.0879.6230.78
Hex108D70590152Da6501f
Octal202151601310255524612037
Binary10000100011011110000101100101010110110110100110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D70; }

 p { color: rgb(16,141,112); }

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

<style>
 a { background-color: #108D70; }

 a { background-color: rgb(16,141,112); }

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

<style>
 span { border-color: #108D70; }

 span { border-color: rgb(16,141,112); }

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