Html Css Color HEX #118A68 Elf Green

📋 copy color: '#118A68'

red 17 ◦ green 138 ◦ blue 104

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

Shades of Elf Green #118A68

Tints of Elf Green #118A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 6.56%
G = 53.28%
B = 40.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#118A68 (or 0x118A68) is known color: Elf Green. HEX triplet: 11, 8A and 68. RGB value is (17,138,104). Sum of RGB (Red+Green+Blue) = 17+138+104=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #118A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A68 is #EE7597. Grayscale: #616161. Windows color (decimal): -15627672 or 6851089. OLE color: 6851089.

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

Color convert

RGB 17 138 104 -
CMYK 0.88 0 0.25 0.46
HSL 163.14º 0.78% 0.3% -
HSV(B) 163.14º 0.88% 0.54% -
XYZ 11.82 19.3 16.2 -
YUV 97.95 131.41 70.26 -
System Red Green Blue C M Y K H S L
Decimal 17 138 104 0.88 0 0.25 0.46 163.14 0.78 0.3
Hex 11 8A 68 58 0 19 2E A3 4E 1E
Octal 21 212 150 130 0 31 56 243 116 36
Binary 10001 10001010 1101000 1011000 0 11001 101110 10100011 1001110 11110

Color Harmonies of #118A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A68

Black with #118A68

Text Example


Text Example

White with #118A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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