#119661

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

Shades of Shamrock Green #119661

Tints of Shamrock Green #119661

Color information

#119661 (or 0x119661) is unknown color: approx Shamrock Green. HEX triplet: 11, 96 and 61. RGB value is (17,150,97). Sum of RGB (Red+Green+Blue) = 17+150+97=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #119661 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119661 is #EE699E. Grayscale: #686868. Windows color (decimal): -15624607 or 6395409. OLE color: 6395409.

HSL color Cylindrical-coordinate representation of color #119661: hue angle of 156.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119661 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1715097-
CMYK0.8900.350.41
HSL156.09º79.64%32.75%-
HSV(B)156.09º88.67%58.82%-
XYZ13.322.7915.01-
YUV104.19123.9465.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 150 (58.98% from 255) = 56.82%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=6.44%
G=56.82%
B=36.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150970.8900.350.41156.0979.6432.75
Hex11966159023299c5021
Octal212261411310435123412041
Binary1000110010110110000110110010100011101001100111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119661; }

 p { color: rgb(17,150,97); }

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

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

 a { background-color: rgb(17,150,97); }

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

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

 span { border-color: rgb(17,150,97); }

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