#009560

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

Shades of Shamrock Green #009560

Tints of Shamrock Green #009560

Color information

#009560 (or 0x009560) is unknown color: approx Shamrock Green. HEX triplet: 00, 95 and 60. RGB value is (0,149,96). Sum of RGB (Red+Green+Blue) = 0+149+96=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #009560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009560 is #FF6A9F. Grayscale: #626262. Windows color (decimal): -16738976 or 6329600. OLE color: 6329600.

HSL color Cylindrical-coordinate representation of color #009560: hue angle of 158.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009560 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB014996-
CMYK100.360.42
HSL158.66º100%29.22%-
HSV(B)158.66º100%58.43%-
XYZ12.8622.3414.7-
YUV98.41126.6457.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=0%
G=60.82%
B=39.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014996100.360.42158.6610029.22
Hex09560640242A9f641d
Octal02251401440445223714435
Binary01001010111000001100100010010010101010011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009560; }

 p { color: rgb(0,149,96); }

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

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

 a { background-color: rgb(0,149,96); }

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

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

 span { border-color: rgb(0,149,96); }

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