Html Css Color HEX #108D71 Elf Green

📋 copy color: '#108D71'

red 16 ◦ green 141 ◦ blue 113

#108D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #108D71

Tints of Elf Green #108D71

RGB

 RED value IS 16 (6.64% from 255) = 5.93%

 GREEN value IS 141 (55.47% from 255) = 52.22%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 5.93%
G = 52.22%
B = 41.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#108D71 (or 0x108D71) is known color: Elf Green. HEX triplet: 10, 8D and 71. RGB value is (16,141,113). Sum of RGB (Red+Green+Blue) = 16+141+113=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #108D71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D71 is #EF728E. Grayscale: #646464. Windows color (decimal): -15692431 or 7441680. OLE color: 7441680.

HSL color Cylindrical-coordinate representation of color #108D71: hue angle of 166.56º 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 #108D71 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 141 113 -
CMYK 0.89 0 0.20 0.45
HSL 166.56º 0.8% 0.31% -
HSV(B) 166.56º 0.89% 0.55% -
XYZ 12.72 20.35 18.88 -
YUV 100.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 16 141 113 0.89 0 0.20 0.45 166.56 0.8 0.31
Hex 10 8D 71 59 0 14 2D A7 50 1F
Octal 20 215 161 131 0 24 55 247 120 37
Binary 10000 10001101 1110001 1011001 0 10100 101101 10100111 1010000 11111

Color Harmonies of #108D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108D71

Black with #108D71

Text Example


Text Example

White with #108D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #108D71;
 }
 .AnyTagClassName
 {
   color: #108D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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