Html Css Color HEX #11986B Elf Green

📋 copy color: '#11986B'

red 17 ◦ green 152 ◦ blue 107

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

Shades of Elf Green #11986B

Tints of Elf Green #11986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.07%

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

R = 6.16%
G = 55.07%
B = 38.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#11986B (or 0x11986B) is known color: Elf Green. HEX triplet: 11, 98 and 6B. RGB value is (17,152,107). Sum of RGB (Red+Green+Blue) = 17+152+107=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #11986B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11986B is #EE6794. Grayscale: #6A6A6A. Windows color (decimal): -15624085 or 7051281. OLE color: 7051281.

HSL color Cylindrical-coordinate representation of color #11986B: hue angle of 160º 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 #11986B is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 107 -
CMYK 0.89 0 0.30 0.40
HSL 160º 0.8% 0.33% -
HSV(B) 160º 0.89% 0.6% -
XYZ 14.11 23.64 17.73 -
YUV 106.51 128.27 64.16 -
System Red Green Blue C M Y K H S L
Decimal 17 152 107 0.89 0 0.30 0.40 160 0.8 0.33
Hex 11 98 6B 59 0 1E 28 A0 50 21
Octal 21 230 153 131 0 36 50 240 120 41
Binary 10001 10011000 1101011 1011001 0 11110 101000 10100000 1010000 100001

Color Harmonies of #11986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11986B

Black with #11986B

Text Example


Text Example

White with #11986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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