#11A26B

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

Shades of Jade #11A26B

Tints of Jade #11A26B

Color information

#11A26B (or 0x11A26B) is unknown color: approx Jade. HEX triplet: 11, A2 and 6B. RGB value is (17,162,107). Sum of RGB (Red+Green+Blue) = 17+162+107=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #11A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A26B is #EE5D94. Grayscale: #707070. Windows color (decimal): -15621525 or 7053841. OLE color: 7053841.

HSL color Cylindrical-coordinate representation of color #11A26B: hue angle of 157.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A26B is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB17162107-
CMYK0.9000.340.36
HSL157.24º81.01%35.1%-
HSV(B)157.24º89.51%63.53%-
XYZ15.8127.0218.29-
YUV112.38124.9659.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=5.94%
G=56.64%
B=37.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal171621070.9000.340.36157.2481.0135.1
Hex11A26B5A022249d5123
Octal212421531320424423512143
Binary1000110100010110101110110100100010100100100111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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