#159B60

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

Shades of Shamrock Green #159B60

Tints of Shamrock Green #159B60

Color information

#159B60 (or 0x159B60) is unknown color: approx Shamrock Green. HEX triplet: 15, 9B and 60. RGB value is (21,155,96). Sum of RGB (Red+Green+Blue) = 21+155+96=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #159B60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159B60 is #EA649F. Grayscale: #6C6C6C. Windows color (decimal): -15361184 or 6331157. OLE color: 6331157.

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

Color convert

RGB2115596-
CMYK0.8600.380.39
HSL153.58º76.14%34.51%-
HSV(B)153.58º86.45%60.78%-
XYZ14.1424.4515.04-
YUV108.21121.1165.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.72%
GREEN value IS 155 (60.94% from 255) = 56.99%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=7.72%
G=56.99%
B=35.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21155960.8600.380.39153.5876.1434.51
Hex159B6056026279a4c23
Octal252331401260464723211443
Binary1010110011011110000010101100100110100111100110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,155,96); }

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

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

 a { background-color: rgb(21,155,96); }

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

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

 span { border-color: rgb(21,155,96); }

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