#108A73

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

Shades of Elf Green #108A73

Tints of Elf Green #108A73

Color information

#108A73 (or 0x108A73) is unknown color: approx Elf Green. HEX triplet: 10, 8A and 73. RGB value is (16,138,115). Sum of RGB (Red+Green+Blue) = 16+138+115=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #108A73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108A73 is #EF758C. Grayscale: #626262. Windows color (decimal): -15693197 or 7571984. OLE color: 7571984.

HSL color Cylindrical-coordinate representation of color #108A73: hue angle of 168.69º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108A73 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB16138115-
CMYK0.8800.170.46
HSL168.69º79.22%30.2%-
HSV(B)168.69º88.41%54.12%-
XYZ12.419.5219.33-
YUV98.9137.0868.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.95%
GREEN value IS 138 (54.30% from 255) = 51.30%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=5.95%
G=51.30%
B=42.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161381150.8800.170.46168.6979.2230.2
Hex108A73580112Ea94f1e
Octal202121631300215625111736
Binary10000100010101110011101100001000110111010101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,138,115); }

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

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

 a { background-color: rgb(16,138,115); }

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

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

 span { border-color: rgb(16,138,115); }

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