#11C268

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

Shades of Jade #11C268

Tints of Jade #11C268

Color information

#11C268 (or 0x11C268) is unknown color: approx Jade. HEX triplet: 11, C2 and 68. RGB value is (17,194,104). Sum of RGB (Red+Green+Blue) = 17+194+104=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #11C268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C268 is #EE3D97. Grayscale: #838383. Windows color (decimal): -15613336 or 6865425. OLE color: 6865425.

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

Color convert

RGB17194104-
CMYK0.9100.460.24
HSL149.49º83.89%41.37%-
HSV(B)149.49º91.24%76.08%-
XYZ22.0239.719.6-
YUV130.82112.8646.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 194 (76.17% from 255) = 61.59%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=5.40%
G=61.59%
B=33.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171941040.9100.460.24149.4983.8941.37
Hex11C2685B02E18955429
Octal213021501330563022512451
Binary100011100001011010001011011010111011000100101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,194,104); }

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

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

 a { background-color: rgb(17,194,104); }

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

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

 span { border-color: rgb(17,194,104); }

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