Html Css Color HEX #118A64 Elf Green

📋 copy color: '#118A64'

red 17 ◦ green 138 ◦ blue 100

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

Shades of Elf Green #118A64

Tints of Elf Green #118A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.22%

R = 6.67%
G = 54.12%
B = 39.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#118A64 (or 0x118A64) is known color: Elf Green. HEX triplet: 11, 8A and 64. RGB value is (17,138,100). Sum of RGB (Red+Green+Blue) = 17+138+100=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #118A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A64 is #EE759B. Grayscale: #616161. Windows color (decimal): -15627676 or 6588945. OLE color: 6588945.

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

Color convert

RGB 17 138 100 -
CMYK 0.88 0 0.28 0.46
HSL 161.16º 0.78% 0.3% -
HSV(B) 161.16º 0.88% 0.54% -
XYZ 11.62 19.22 15.15 -
YUV 97.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 17 138 100 0.88 0 0.28 0.46 161.16 0.78 0.3
Hex 11 8A 64 58 0 1C 2E A1 4E 1E
Octal 21 212 144 130 0 34 56 241 116 36
Binary 10001 10001010 1100100 1011000 0 11100 101110 10100001 1001110 11110

Color Harmonies of #118A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A64

Black with #118A64

Text Example


Text Example

White with #118A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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