#099C64

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

Shades of Shamrock Green #099C64

Tints of Shamrock Green #099C64

Color information

#099C64 (or 0x099C64) is unknown color: approx Shamrock Green. HEX triplet: 09, 9C and 64. RGB value is (9,156,100). Sum of RGB (Red+Green+Blue) = 9+156+100=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #099C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C64 is #F6639B. Grayscale: #696969. Windows color (decimal): -16147356 or 6593545. OLE color: 6593545.

HSL color Cylindrical-coordinate representation of color #099C64: hue angle of 157.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C64 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB9156100-
CMYK0.9400.360.39
HSL157.14º89.09%32.35%-
HSV(B)157.14º94.23%61.18%-
XYZ14.324.7616.08-
YUV105.66124.859.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 156 (61.33% from 255) = 58.87%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=3.40%
G=58.87%
B=37.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91561000.9400.360.39157.1489.0932.35
Hex99C645E024279d5920
Octal112341441360444723513140
Binary100110011100110010010111100100100100111100111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099C64; }

 p { color: rgb(9,156,100); }

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

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

 a { background-color: rgb(9,156,100); }

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

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

 span { border-color: rgb(9,156,100); }

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