#159C66

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

Shades of Shamrock Green #159C66

Tints of Shamrock Green #159C66

Color information

#159C66 (or 0x159C66) is unknown color: approx Shamrock Green. HEX triplet: 15, 9C and 66. RGB value is (21,156,102). Sum of RGB (Red+Green+Blue) = 21+156+102=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #159C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C66 is #EA6399. Grayscale: #6D6D6D. Windows color (decimal): -15360922 or 6724629. OLE color: 6724629.

HSL color Cylindrical-coordinate representation of color #159C66: hue angle of 156º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C66 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB21156102-
CMYK0.8700.350.39
HSL156º76.27%34.71%-
HSV(B)156º86.54%61.18%-
XYZ14.624.916.61-
YUV109.48123.7764.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 156 (61.33% from 255) = 55.91%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=7.53%
G=55.91%
B=36.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211561020.8700.350.3915676.2734.71
Hex159C6657023279c4c23
Octal252341461270434723411443
Binary1010110011100110011010101110100011100111100111001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159C66; }

 p { color: rgb(21,156,102); }

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

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

 a { background-color: rgb(21,156,102); }

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

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

 span { border-color: rgb(21,156,102); }

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