Html Css Color HEX #119670 Elf Green

📋 copy color: '#119670'

red 17 ◦ green 150 ◦ blue 112

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

Shades of Elf Green #119670

Tints of Elf Green #119670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

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

R = 6.09%
G = 53.76%
B = 40.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#119670 (or 0x119670) is known color: Elf Green. HEX triplet: 11, 96 and 70. RGB value is (17,150,112). Sum of RGB (Red+Green+Blue) = 17+150+112=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #119670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119670 is #EE698F. Grayscale: #696969. Windows color (decimal): -15624592 or 7378449. OLE color: 7378449.

HSL color Cylindrical-coordinate representation of color #119670: hue angle of 162.86º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119670 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 112 -
CMYK 0.89 0 0.25 0.41
HSL 162.86º 0.8% 0.33% -
HSV(B) 162.86º 0.89% 0.59% -
XYZ 14.06 23.1 19.05 -
YUV 105.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 17 150 112 0.89 0 0.25 0.41 162.86 0.8 0.33
Hex 11 96 70 59 0 19 29 A3 50 21
Octal 21 226 160 131 0 31 51 243 120 41
Binary 10001 10010110 1110000 1011001 0 11001 101001 10100011 1010000 100001

Color Harmonies of #119670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119670

Black with #119670

Text Example


Text Example

White with #119670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119670; }

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

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

background-color css

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

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

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

border-color css

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

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

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