Html Css Color HEX #119070 Elf Green

📋 copy color: '#119070'

red 17 ◦ green 144 ◦ blue 112

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

Shades of Elf Green #119070

Tints of Elf Green #119070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.75%

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

R = 6.23%
G = 52.75%
B = 41.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#119070 (or 0x119070) is known color: Elf Green. HEX triplet: 11, 90 and 70. RGB value is (17,144,112). Sum of RGB (Red+Green+Blue) = 17+144+112=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #119070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119070 is #EE6F8F. Grayscale: #666666. Windows color (decimal): -15626128 or 7376913. OLE color: 7376913.

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

Color convert

RGB 17 144 112 -
CMYK 0.88 0 0.22 0.44
HSL 164.88º 0.79% 0.32% -
HSV(B) 164.88º 0.88% 0.56% -
XYZ 13.13 21.24 18.74 -
YUV 102.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 17 144 112 0.88 0 0.22 0.44 164.88 0.79 0.32
Hex 11 90 70 58 0 16 2C A5 4F 20
Octal 21 220 160 130 0 26 54 245 117 40
Binary 10001 10010000 1110000 1011000 0 10110 101100 10100101 1001111 100000

Color Harmonies of #119070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119070

Black with #119070

Text Example


Text Example

White with #119070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119070; }

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

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

background-color css

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

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

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

border-color css

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

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

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