#11C06A

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

Shades of Jade #11C06A

Tints of Jade #11C06A

Color information

#11C06A (or 0x11C06A) is unknown color: approx Jade. HEX triplet: 11, C0 and 6A. RGB value is (17,192,106). Sum of RGB (Red+Green+Blue) = 17+192+106=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #11C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C06A is #EE3F95. Grayscale: #828282. Windows color (decimal): -15613846 or 6995985. OLE color: 6995985.

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

Color convert

RGB17192106-
CMYK0.9100.450.25
HSL150.51º83.73%40.98%-
HSV(B)150.51º91.15%75.29%-
XYZ21.6838.8619.99-
YUV129.87114.5247.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 192 (75.39% from 255) = 60.95%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=5.40%
G=60.95%
B=33.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171921060.9100.450.25150.5183.7340.98
Hex11C06A5B02D19975429
Octal213001521330553122712451
Binary100011100000011010101011011010110111001100101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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