Html Css Color HEX #11966D Elf Green

📋 copy color: '#11966D'

red 17 ◦ green 150 ◦ blue 109

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

Shades of Elf Green #11966D

Tints of Elf Green #11966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 6.16%
G = 54.35%
B = 39.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#11966D (or 0x11966D) is known color: Elf Green. HEX triplet: 11, 96 and 6D. RGB value is (17,150,109). Sum of RGB (Red+Green+Blue) = 17+150+109=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #11966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11966D is #EE6992. Grayscale: #696969. Windows color (decimal): -15624595 or 7181841. OLE color: 7181841.

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

Color convert

RGB 17 150 109 -
CMYK 0.89 0 0.27 0.41
HSL 161.5º 0.8% 0.33% -
HSV(B) 161.5º 0.89% 0.59% -
XYZ 13.9 23.04 18.18 -
YUV 105.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 17 150 109 0.89 0 0.27 0.41 161.5 0.8 0.33
Hex 11 96 6D 59 0 1B 29 A2 50 21
Octal 21 226 155 131 0 33 51 242 120 41
Binary 10001 10010110 1101101 1011001 0 11011 101001 10100010 1010000 100001

Color Harmonies of #11966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11966D

Black with #11966D

Text Example


Text Example

White with #11966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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