#11AC6A

Color #11AC6A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #11AC6A

Tints of Jade #11AC6A

Color information

#11AC6A (or 0x11AC6A) is unknown color: approx Jade. HEX triplet: 11, AC and 6A. RGB value is (17,172,106). Sum of RGB (Red+Green+Blue) = 17+172+106=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC6A is #EE5395. Grayscale: #767676. Windows color (decimal): -15618966 or 6990865. OLE color: 6990865.

HSL color Cylindrical-coordinate representation of color #11AC6A: hue angle of 154.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AC6A is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17172106-
CMYK0.9000.380.33
HSL154.45º82.01%37.06%-
HSV(B)154.45º90.12%67.45%-
XYZ17.5930.6618.63-
YUV118.13121.1555.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 172 (67.58% from 255) = 58.31%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=5.76%
G=58.31%
B=35.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171721060.9000.380.33154.4582.0137.06
Hex11AC6A5A026219a5225
Octal212541521320464123212245
Binary1000110101100110101010110100100110100001100110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11AC6A; }

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

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

<style>
 a { background-color: #11AC6A; }

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

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

<style>
 span { border-color: #11AC6A; }

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

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