#11C46B

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

Shades of Jade #11C46B

Tints of Jade #11C46B

Color information

#11C46B (or 0x11C46B) is unknown color: approx Jade. HEX triplet: 11, C4 and 6B. RGB value is (17,196,107). Sum of RGB (Red+Green+Blue) = 17+196+107=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #11C46B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C46B is #EE3B94. Grayscale: #848484. Windows color (decimal): -15612821 or 7062545. OLE color: 7062545.

HSL color Cylindrical-coordinate representation of color #11C46B: hue angle of 150.17º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C46B is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB17196107-
CMYK0.9100.450.23
HSL150.17º84.04%41.76%-
HSV(B)150.17º91.33%76.86%-
XYZ22.6240.6620.57-
YUV132.33113.745.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.31%
GREEN value IS 196 (76.95% from 255) = 61.25%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=5.31%
G=61.25%
B=33.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171961070.9100.450.23150.1784.0441.76
Hex11C46B5B02D1796542a
Octal213041531330552722612452
Binary100011100010011010111011011010110110111100101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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