Html Css Color HEX #118570 Elf Green

📋 copy color: '#118570'

red 17 ◦ green 133 ◦ blue 112

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

Shades of Elf Green #118570

Tints of Elf Green #118570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.76%

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 6.49%
G = 50.76%
B = 42.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#118570 (or 0x118570) is known color: Elf Green. HEX triplet: 11, 85 and 70. RGB value is (17,133,112). Sum of RGB (Red+Green+Blue) = 17+133+112=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #118570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118570 is #EE7A8F. Grayscale: #5F5F5F. Windows color (decimal): -15628944 or 7374097. OLE color: 7374097.

HSL color Cylindrical-coordinate representation of color #118570: hue angle of 169.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118570 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 112 -
CMYK 0.87 0 0.16 0.48
HSL 169.14º 0.77% 0.29% -
HSV(B) 169.14º 0.87% 0.52% -
XYZ 11.54 18.06 18.21 -
YUV 95.92 137.07 71.71 -
System Red Green Blue C M Y K H S L
Decimal 17 133 112 0.87 0 0.16 0.48 169.14 0.77 0.29
Hex 11 85 70 57 0 10 30 A9 4D 1D
Octal 21 205 160 127 0 20 60 251 115 35
Binary 10001 10000101 1110000 1010111 0 10000 110000 10101001 1001101 11101

Color Harmonies of #118570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118570

Black with #118570

Text Example


Text Example

White with #118570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118570; }

 p { color: rgb(17,133,112); }

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

background-color css

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

 a { background-color: rgb(17,133,112); }

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

border-color css

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

 span { border-color: rgb(17,133,112); }

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