Html Css Color HEX #11996B Elf Green

📋 copy color: '#11996B'

red 17 ◦ green 153 ◦ blue 107

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

Shades of Elf Green #11996B

Tints of Elf Green #11996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.23%

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 6.14%
G = 55.23%
B = 38.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#11996B (or 0x11996B) is known color: Elf Green. HEX triplet: 11, 99 and 6B. RGB value is (17,153,107). Sum of RGB (Red+Green+Blue) = 17+153+107=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #11996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11996B is #EE6694. Grayscale: #6B6B6B. Windows color (decimal): -15623829 or 7051537. OLE color: 7051537.

HSL color Cylindrical-coordinate representation of color #11996B: hue angle of 159.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11996B is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 107 -
CMYK 0.89 0 0.30 0.4
HSL 159.71º 0.8% 0.33% -
HSV(B) 159.71º 0.89% 0.6% -
XYZ 14.28 23.96 17.78 -
YUV 107.09 127.94 63.74 -
System Red Green Blue C M Y K H S L
Decimal 17 153 107 0.89 0 0.30 0.4 159.71 0.8 0.33
Hex 11 99 6B 59 0 1E 28 A0 50 21
Octal 21 231 153 131 0 36 50 240 120 41
Binary 10001 10011001 1101011 1011001 0 11110 101000 10100000 1010000 100001

Color Harmonies of #11996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11996B

Black with #11996B

Text Example


Text Example

White with #11996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11996B; }

 p { color: rgb(17,153,107); }

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

background-color css

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

 a { background-color: rgb(17,153,107); }

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

border-color css

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

 span { border-color: rgb(17,153,107); }

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