Html Css Color HEX #119666 Elf Green

📋 copy color: '#119666'

red 17 ◦ green 150 ◦ blue 102

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

Shades of Elf Green #119666

Tints of Elf Green #119666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 6.32%
G = 55.76%
B = 37.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#119666 (or 0x119666) is known color: Elf Green. HEX triplet: 11, 96 and 66. RGB value is (17,150,102). Sum of RGB (Red+Green+Blue) = 17+150+102=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #119666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119666 is #EE6999. Grayscale: #686868. Windows color (decimal): -15624602 or 6723089. OLE color: 6723089.

HSL color Cylindrical-coordinate representation of color #119666: hue angle of 158.35º 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 #119666 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 102 -
CMYK 0.89 0 0.32 0.41
HSL 158.35º 0.8% 0.33% -
HSV(B) 158.35º 0.89% 0.59% -
XYZ 13.54 22.89 16.28 -
YUV 104.76 126.44 65.4 -
System Red Green Blue C M Y K H S L
Decimal 17 150 102 0.89 0 0.32 0.41 158.35 0.8 0.33
Hex 11 96 66 59 0 20 29 9E 50 21
Octal 21 226 146 131 0 40 51 236 120 41
Binary 10001 10010110 1100110 1011001 0 100000 101001 10011110 1010000 100001

Color Harmonies of #119666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119666

Black with #119666

Text Example


Text Example

White with #119666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119666; }

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

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

background-color css

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

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

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

border-color css

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

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

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