#099365

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

Shades of Shamrock Green #099365

Tints of Shamrock Green #099365

Color information

#099365 (or 0x099365) is unknown color: approx Shamrock Green. HEX triplet: 09, 93 and 65. RGB value is (9,147,101). Sum of RGB (Red+Green+Blue) = 9+147+101=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #099365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099365 is #F66C9A. Grayscale: #646464. Windows color (decimal): -16149659 or 6656777. OLE color: 6656777.

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

Color convert

RGB9147101-
CMYK0.9400.310.42
HSL160º88.46%30.59%-
HSV(B)160º93.88%57.65%-
XYZ12.921.8715.85-
YUV100.49128.2862.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=3.50%
G=57.20%
B=39.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471010.9400.310.4216088.4630.59
Hex993655E01F2Aa0581f
Octal112231451360375224013037
Binary1001100100111100101101111001111110101010100000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099365; }

 p { color: rgb(9,147,101); }

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

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

 a { background-color: rgb(9,147,101); }

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

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

 span { border-color: rgb(9,147,101); }

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