Html Css Color HEX #118F5E Elf Green

📋 copy color: '#118F5E'

red 17 ◦ green 143 ◦ blue 94

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

Shades of Elf Green #118F5E

Tints of Elf Green #118F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.3%

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

R = 6.69%
G = 56.3%
B = 37.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#118F5E (or 0x118F5E) is known color: Elf Green. HEX triplet: 11, 8F and 5E. RGB value is (17,143,94). Sum of RGB (Red+Green+Blue) = 17+143+94=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #118F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F5E is #EE70A1. Grayscale: #636363. Windows color (decimal): -15626402 or 6197009. OLE color: 6197009.

HSL color Cylindrical-coordinate representation of color #118F5E: hue angle of 156.67º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F5E is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 94 -
CMYK 0.88 0 0.34 0.44
HSL 156.67º 0.79% 0.31% -
HSV(B) 156.67º 0.88% 0.56% -
XYZ 12.07 20.57 13.92 -
YUV 99.74 124.76 68.98 -
System Red Green Blue C M Y K H S L
Decimal 17 143 94 0.88 0 0.34 0.44 156.67 0.79 0.31
Hex 11 8F 5E 58 0 22 2C 9D 4F 1F
Octal 21 217 136 130 0 42 54 235 117 37
Binary 10001 10001111 1011110 1011000 0 100010 101100 10011101 1001111 11111

Color Harmonies of #118F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F5E

Black with #118F5E

Text Example


Text Example

White with #118F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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