#11AA75

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

Shades of Jade #11AA75

Tints of Jade #11AA75

Color information

#11AA75 (or 0x11AA75) is unknown color: approx Jade. HEX triplet: 11, AA and 75. RGB value is (17,170,117). Sum of RGB (Red+Green+Blue) = 17+170+117=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA75 is #EE558A. Grayscale: #767676. Windows color (decimal): -15619467 or 7711249. OLE color: 7711249.

HSL color Cylindrical-coordinate representation of color #11AA75: hue angle of 159.22º 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 #11AA75 is Cyan = 0.9, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17170117-
CMYK0.900.310.33
HSL159.22º81.82%36.67%-
HSV(B)159.22º90%66.67%-
XYZ17.8230.1521.71-
YUV118.21127.3155.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 170 (66.80% from 255) = 55.92%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=5.59%
G=55.92%
B=38.49%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701170.900.310.33159.2281.8236.67
Hex11AA755A01F219f5225
Octal212521651320374123712245
Binary100011010101011101011011010011111100001100111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,170,117); }

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

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

 a { background-color: rgb(17,170,117); }

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

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

 span { border-color: rgb(17,170,117); }

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