Html Css Color HEX #118E42 Salem

📋 copy color: '#118E42'

red 17 ◦ green 142 ◦ blue 66

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

Shades of Salem #118E42

Tints of Salem #118E42

RGB

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

 GREEN value IS 142 (55.86% from 255) = 63.11%

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 7.56%
G = 63.11%
B = 29.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#118E42 (or 0x118E42) is known color: Salem. HEX triplet: 11, 8E and 42. RGB value is (17,142,66). Sum of RGB (Red+Green+Blue) = 17+142+66=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #118E42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118E42 is #EE71BD. Grayscale: #606060. Windows color (decimal): -15626686 or 4361745. OLE color: 4361745.

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

Color convert

RGB 17 142 66 -
CMYK 0.88 0 0.54 0.44
HSL 143.52º 0.79% 0.31% -
HSV(B) 143.52º 0.88% 0.56% -
XYZ 10.89 19.86 8.41 -
YUV 95.96 111.09 71.68 -
System Red Green Blue C M Y K H S L
Decimal 17 142 66 0.88 0 0.54 0.44 143.52 0.79 0.31
Hex 11 8E 42 58 0 36 2C 90 4F 1F
Octal 21 216 102 130 0 66 54 220 117 37
Binary 10001 10001110 1000010 1011000 0 110110 101100 10010000 1001111 11111

Color Harmonies of #118E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E42

Black with #118E42

Text Example


Text Example

White with #118E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,66); }

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

background-color css

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

 a { background-color: rgb(17,142,66); }

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

border-color css

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

 span { border-color: rgb(17,142,66); }

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