Html Css Color HEX #118C63 Elf Green

📋 copy color: '#118C63'

red 17 ◦ green 140 ◦ blue 99

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

Shades of Elf Green #118C63

Tints of Elf Green #118C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.69%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 6.64%
G = 54.69%
B = 38.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#118C63 (or 0x118C63) is known color: Elf Green. HEX triplet: 11, 8C and 63. RGB value is (17,140,99). Sum of RGB (Red+Green+Blue) = 17+140+99=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #118C63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118C63 is #EE739C. Grayscale: #626262. Windows color (decimal): -15627165 or 6523921. OLE color: 6523921.

HSL color Cylindrical-coordinate representation of color #118C63: hue angle of 160º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118C63 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 140 99 -
CMYK 0.88 0 0.29 0.45
HSL 160º 0.78% 0.31% -
HSV(B) 160º 0.88% 0.55% -
XYZ 11.86 19.78 15 -
YUV 98.55 128.25 69.83 -
System Red Green Blue C M Y K H S L
Decimal 17 140 99 0.88 0 0.29 0.45 160 0.78 0.31
Hex 11 8C 63 58 0 1D 2D A0 4E 1F
Octal 21 214 143 130 0 35 55 240 116 37
Binary 10001 10001100 1100011 1011000 0 11101 101101 10100000 1001110 11111

Color Harmonies of #118C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C63

Black with #118C63

Text Example


Text Example

White with #118C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,99); }

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

background-color css

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

 a { background-color: rgb(17,140,99); }

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

border-color css

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

 span { border-color: rgb(17,140,99); }

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