#159C65

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

Shades of Shamrock Green #159C65

Tints of Shamrock Green #159C65

Color information

#159C65 (or 0x159C65) is unknown color: approx Shamrock Green. HEX triplet: 15, 9C and 65. RGB value is (21,156,101). Sum of RGB (Red+Green+Blue) = 21+156+101=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #159C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C65 is #EA639A. Grayscale: #6D6D6D. Windows color (decimal): -15360923 or 6659093. OLE color: 6659093.

HSL color Cylindrical-coordinate representation of color #159C65: hue angle of 155.56º 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 #159C65 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB21156101-
CMYK0.8700.350.39
HSL155.56º76.27%34.71%-
HSV(B)155.56º86.54%61.18%-
XYZ14.5524.8816.35-
YUV109.36123.2764.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.55%
GREEN value IS 156 (61.33% from 255) = 56.12%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=7.55%
G=56.12%
B=36.33%

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
Decimal211561010.8700.350.39155.5676.2734.71
Hex159C6557023279c4c23
Octal252341451270434723411443
Binary1010110011100110010110101110100011100111100111001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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