#11A26A

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

Shades of Jade #11A26A

Tints of Jade #11A26A

Color information

#11A26A (or 0x11A26A) is unknown color: approx Jade. HEX triplet: 11, A2 and 6A. RGB value is (17,162,106). Sum of RGB (Red+Green+Blue) = 17+162+106=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #11A26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A26A is #EE5D95. Grayscale: #707070. Windows color (decimal): -15621526 or 6988305. OLE color: 6988305.

HSL color Cylindrical-coordinate representation of color #11A26A: hue angle of 156.83º 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 #11A26A is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB17162106-
CMYK0.9000.350.36
HSL156.83º81.01%35.1%-
HSV(B)156.83º89.51%63.53%-
XYZ15.752718.02-
YUV112.26124.4660.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 162 (63.67% from 255) = 56.84%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=5.96%
G=56.84%
B=37.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal171621060.9000.350.36156.8381.0135.1
Hex11A26A5A023249d5123
Octal212421521320434423512143
Binary1000110100010110101010110100100011100100100111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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