Html Css Color HEX #118970 Elf Green

📋 copy color: '#118970'

red 17 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #118970

Tints of Elf Green #118970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 6.39%
G = 51.5%
B = 42.11%

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

#118970 (or 0x118970) is known color: Elf Green. HEX triplet: 11, 89 and 70. RGB value is (17,137,112). Sum of RGB (Red+Green+Blue) = 17+137+112=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #118970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118970 is #EE768F. Grayscale: #626262. Windows color (decimal): -15627920 or 7375121. OLE color: 7375121.

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

Color convert

RGB 17 137 112 -
CMYK 0.88 0 0.18 0.46
HSL 167.5º 0.78% 0.3% -
HSV(B) 167.5º 0.88% 0.54% -
XYZ 12.1 19.18 18.39 -
YUV 98.27 135.74 70.03 -
System Red Green Blue C M Y K H S L
Decimal 17 137 112 0.88 0 0.18 0.46 167.5 0.78 0.3
Hex 11 89 70 58 0 12 2E A8 4E 1E
Octal 21 211 160 130 0 22 56 250 116 36
Binary 10001 10001001 1110000 1011000 0 10010 101110 10101000 1001110 11110

Color Harmonies of #118970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118970

Black with #118970

Text Example


Text Example

White with #118970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118970; }

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

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

background-color css

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

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

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

border-color css

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

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

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