Html Css Color HEX #118A79 Elf Green

📋 copy color: '#118A79'

red 17 ◦ green 138 ◦ blue 121

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

Shades of Elf Green #118A79

Tints of Elf Green #118A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 6.16%
G = 50%
B = 43.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#118A79 (or 0x118A79) is known color: Elf Green. HEX triplet: 11, 8A and 79. RGB value is (17,138,121). Sum of RGB (Red+Green+Blue) = 17+138+121=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #118A79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A79 is #EE7586. Grayscale: #636363. Windows color (decimal): -15627655 or 7965201. OLE color: 7965201.

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

Color convert

RGB 17 138 121 -
CMYK 0.88 0 0.12 0.46
HSL 171.57º 0.78% 0.3% -
HSV(B) 171.57º 0.88% 0.54% -
XYZ 12.77 19.68 21.21 -
YUV 99.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 17 138 121 0.88 0 0.12 0.46 171.57 0.78 0.3
Hex 11 8A 79 58 0 C 2E AC 4E 1E
Octal 21 212 171 130 0 14 56 254 116 36
Binary 10001 10001010 1111001 1011000 0 1100 101110 10101100 1001110 11110

Color Harmonies of #118A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A79

Black with #118A79

Text Example


Text Example

White with #118A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118A79; }

 p { color: rgb(17,138,121); }

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

background-color css

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

 a { background-color: rgb(17,138,121); }

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

border-color css

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

 span { border-color: rgb(17,138,121); }

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