#11986A

Color #11986A Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #11986A

Tints of Elf Green #11986A

Color information

#11986A (or 0x11986A) is unknown color: approx Elf Green. HEX triplet: 11, 98 and 6A. RGB value is (17,152,106). Sum of RGB (Red+Green+Blue) = 17+152+106=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #11986A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11986A is #EE6795. Grayscale: #6A6A6A. Windows color (decimal): -15624086 or 6985745. OLE color: 6985745.

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

Color convert

RGB17152106-
CMYK0.8900.300.40
HSL159.56º79.88%33.14%-
HSV(B)159.56º88.82%59.61%-
XYZ14.0623.6217.45-
YUV106.39127.7764.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=6.18%
G=55.27%
B=38.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171521060.8900.300.40159.5679.8833.14
Hex11986A5901E28a05021
Octal212301521310365024012041
Binary100011001100011010101011001011110101000101000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11986A;
 }
 .AnyTagClassName
 {
   color: #11986A;
 }
</style>
background-color css

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

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

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

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

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

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