#11BE63

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

Shades of Jade #11BE63

Tints of Jade #11BE63

Color information

#11BE63 (or 0x11BE63) is unknown color: approx Jade. HEX triplet: 11, BE and 63. RGB value is (17,190,99). Sum of RGB (Red+Green+Blue) = 17+190+99=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BE63 is #EE419C. Grayscale: #808080. Windows color (decimal): -15614365 or 6536721. OLE color: 6536721.

HSL color Cylindrical-coordinate representation of color #11BE63: hue angle of 148.44º 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 #11BE63 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1719099-
CMYK0.9100.480.25
HSL148.44º83.57%40.59%-
HSV(B)148.44º91.05%74.51%-
XYZ20.937.8518.01-
YUV127.9111.6948.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.56%
GREEN value IS 190 (74.61% from 255) = 62.09%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=5.56%
G=62.09%
B=32.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17190990.9100.480.25148.4483.5740.59
Hex11BE635B03019945429
Octal212761431330603122412451
Binary100011011111011000111011011011000011001100101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,190,99); }

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

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

 a { background-color: rgb(17,190,99); }

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

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

 span { border-color: rgb(17,190,99); }

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