Html Css Color HEX #118A5E Elf Green

📋 copy color: '#118A5E'

red 17 ◦ green 138 ◦ blue 94

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

Shades of Elf Green #118A5E

Tints of Elf Green #118A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 6.83%
G = 55.42%
B = 37.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#118A5E (or 0x118A5E) is known color: Elf Green. HEX triplet: 11, 8A and 5E. RGB value is (17,138,94). Sum of RGB (Red+Green+Blue) = 17+138+94=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #118A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A5E is #EE75A1. Grayscale: #606060. Windows color (decimal): -15627682 or 6195729. OLE color: 6195729.

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

Color convert

RGB 17 138 94 -
CMYK 0.88 0 0.32 0.46
HSL 158.18º 0.78% 0.3% -
HSV(B) 158.18º 0.88% 0.54% -
XYZ 11.34 19.1 13.68 -
YUV 96.81 126.41 71.08 -
System Red Green Blue C M Y K H S L
Decimal 17 138 94 0.88 0 0.32 0.46 158.18 0.78 0.3
Hex 11 8A 5E 58 0 20 2E 9E 4E 1E
Octal 21 212 136 130 0 40 56 236 116 36
Binary 10001 10001010 1011110 1011000 0 100000 101110 10011110 1001110 11110

Color Harmonies of #118A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A5E

Black with #118A5E

Text Example


Text Example

White with #118A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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