#11A465

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

Shades of Shamrock Green #11A465

Tints of Shamrock Green #11A465

Color information

#11A465 (or 0x11A465) is unknown color: approx Shamrock Green. HEX triplet: 11, A4 and 65. RGB value is (17,164,101). Sum of RGB (Red+Green+Blue) = 17+164+101=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #11A465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A465 is #EE5B9A. Grayscale: #707070. Windows color (decimal): -15621019 or 6661137. OLE color: 6661137.

HSL color Cylindrical-coordinate representation of color #11A465: hue angle of 154.29º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A465 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB17164101-
CMYK0.9000.380.36
HSL154.29º81.22%35.49%-
HSV(B)154.29º89.63%64.31%-
XYZ15.8627.6116.81-
YUV112.86121.359.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 164 (64.45% from 255) = 58.16%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=6.03%
G=58.16%
B=35.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal171641010.9000.380.36154.2981.2235.49
Hex11A4655A026249a5123
Octal212441451320464423212143
Binary1000110100100110010110110100100110100100100110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,164,101); }

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

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

 a { background-color: rgb(17,164,101); }

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

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

 span { border-color: rgb(17,164,101); }

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