#059660

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

Shades of Shamrock Green #059660

Tints of Shamrock Green #059660

Color information

#059660 (or 0x059660) is unknown color: approx Shamrock Green. HEX triplet: 05, 96 and 60. RGB value is (5,150,96). Sum of RGB (Red+Green+Blue) = 5+150+96=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #059660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059660 is #FA699F. Grayscale: #646464. Windows color (decimal): -16411040 or 6329861. OLE color: 6329861.

HSL color Cylindrical-coordinate representation of color #059660: hue angle of 157.66º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059660 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB515096-
CMYK0.9700.360.41
HSL157.66º93.55%30.39%-
HSV(B)157.66º96.67%58.82%-
XYZ13.0822.6914.76-
YUV100.49125.4659.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 150 (58.98% from 255) = 59.76%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=1.99%
G=59.76%
B=38.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150960.9700.360.41157.6693.5530.39
Hex5966061024299e5e1e
Octal52261401410445123613636
Binary1011001011011000001100001010010010100110011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059660; }

 p { color: rgb(5,150,96); }

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

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

 a { background-color: rgb(5,150,96); }

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

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

 span { border-color: rgb(5,150,96); }

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