#009961

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

Shades of Shamrock Green #009961

Tints of Shamrock Green #009961

Color information

#009961 (or 0x009961) is unknown color: approx Shamrock Green. HEX triplet: 00, 99 and 61. RGB value is (0,153,97). Sum of RGB (Red+Green+Blue) = 0+153+97=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #009961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009961 is #FF669E. Grayscale: #646464. Windows color (decimal): -16737951 or 6396160. OLE color: 6396160.

HSL color Cylindrical-coordinate representation of color #009961: hue angle of 158.04º 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 #009961 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB015397-
CMYK100.370.4
HSL158.04º100%30%-
HSV(B)158.04º100%60%-
XYZ13.5523.6515.16-
YUV100.87125.8156.05-

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.2%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=0%
G=61.2%
B=38.8%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015397100.370.4158.0410030
Hex0996164025289e641e
Octal02311411440455023614436
Binary01001100111000011100100010010110100010011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009961; }

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

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

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

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

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

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

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

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