Html Css Color HEX #11966C Elf Green

📋 copy color: '#11966C'

red 17 ◦ green 150 ◦ blue 108

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

Shades of Elf Green #11966C

Tints of Elf Green #11966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 6.18%
G = 54.55%
B = 39.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#11966C (or 0x11966C) is known color: Elf Green. HEX triplet: 11, 96 and 6C. RGB value is (17,150,108). Sum of RGB (Red+Green+Blue) = 17+150+108=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #11966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11966C is #EE6993. Grayscale: #696969. Windows color (decimal): -15624596 or 7116305. OLE color: 7116305.

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

Color convert

RGB 17 150 108 -
CMYK 0.89 0 0.28 0.41
HSL 161.05º 0.8% 0.33% -
HSV(B) 161.05º 0.89% 0.59% -
XYZ 13.84 23.01 17.9 -
YUV 105.45 129.44 64.92 -
System Red Green Blue C M Y K H S L
Decimal 17 150 108 0.89 0 0.28 0.41 161.05 0.8 0.33
Hex 11 96 6C 59 0 1C 29 A1 50 21
Octal 21 226 154 131 0 34 51 241 120 41
Binary 10001 10010110 1101100 1011001 0 11100 101001 10100001 1010000 100001

Color Harmonies of #11966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11966C

Black with #11966C

Text Example


Text Example

White with #11966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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