#09965D

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

Shades of Shamrock Green #09965D

Tints of Shamrock Green #09965D

Color information

#09965D (or 0x09965D) is unknown color: approx Shamrock Green. HEX triplet: 09, 96 and 5D. RGB value is (9,150,93). Sum of RGB (Red+Green+Blue) = 9+150+93=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #09965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09965D is #F669A2. Grayscale: #656565. Windows color (decimal): -16148899 or 6133257. OLE color: 6133257.

HSL color Cylindrical-coordinate representation of color #09965D: hue angle of 155.74º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09965D is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB915093-
CMYK0.9400.380.41
HSL155.74º88.68%31.18%-
HSV(B)155.74º94%58.82%-
XYZ12.9922.6614.05-
YUV101.34123.2962.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.57%
GREEN value IS 150 (58.98% from 255) = 59.52%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=3.57%
G=59.52%
B=36.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9150930.9400.380.41155.7488.6831.18
Hex9965D5E026299c591f
Octal112261351360465123413137
Binary10011001011010111011011110010011010100110011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09965D; }

 p { color: rgb(9,150,93); }

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

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

 a { background-color: rgb(9,150,93); }

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

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

 span { border-color: rgb(9,150,93); }

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