#009960

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

Shades of Shamrock Green #009960

Tints of Shamrock Green #009960

Color information

#009960 (or 0x009960) is unknown color: approx Shamrock Green. HEX triplet: 00, 99 and 60. RGB value is (0,153,96). Sum of RGB (Red+Green+Blue) = 0+153+96=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #009960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009960 is #FF669F. Grayscale: #646464. Windows color (decimal): -16737952 or 6330624. OLE color: 6330624.

HSL color Cylindrical-coordinate representation of color #009960: hue angle of 157.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009960 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB015396-
CMYK100.370.4
HSL157.65º100%30%-
HSV(B)157.65º100%60%-
XYZ13.523.6314.92-
YUV100.76125.3156.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=0%
G=61.45%
B=38.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015396100.370.4157.6510030
Hex0996064025289e641e
Octal02311401440455023614436
Binary01001100111000001100100010010110100010011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009960; }

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

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

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

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

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

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

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

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