Html Css Color HEX #118971 Elf Green

📋 copy color: '#118971'

red 17 ◦ green 137 ◦ blue 113

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

Shades of Elf Green #118971

Tints of Elf Green #118971

RGB

 RED value IS 17 (7.03% from 255) = 6.37%

 GREEN value IS 137 (53.91% from 255) = 51.31%

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

R = 6.37%
G = 51.31%
B = 42.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#118971 (or 0x118971) is known color: Elf Green. HEX triplet: 11, 89 and 71. RGB value is (17,137,113). Sum of RGB (Red+Green+Blue) = 17+137+113=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #118971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118971 is #EE768E. Grayscale: #626262. Windows color (decimal): -15627919 or 7440657. OLE color: 7440657.

HSL color Cylindrical-coordinate representation of color #118971: hue angle of 168º degrees, saturation: 0.78, 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 #118971 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 113 -
CMYK 0.88 0 0.18 0.46
HSL 168º 0.78% 0.3% -
HSV(B) 168º 0.88% 0.54% -
XYZ 12.16 19.2 18.69 -
YUV 98.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 17 137 113 0.88 0 0.18 0.46 168 0.78 0.3
Hex 11 89 71 58 0 12 2E A8 4E 1E
Octal 21 211 161 130 0 22 56 250 116 36
Binary 10001 10001001 1110001 1011000 0 10010 101110 10101000 1001110 11110

Color Harmonies of #118971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118971

Black with #118971

Text Example


Text Example

White with #118971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118971; }

 p { color: rgb(17,137,113); }

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

background-color css

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

 a { background-color: rgb(17,137,113); }

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

border-color css

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

 span { border-color: rgb(17,137,113); }

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