#0A9965

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

Shades of Shamrock Green #0A9965

Tints of Shamrock Green #0A9965

Color information

#0A9965 (or 0x0A9965) is unknown color: approx Shamrock Green. HEX triplet: 0A, 99 and 65. RGB value is (10,153,101). Sum of RGB (Red+Green+Blue) = 10+153+101=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9965 is #F5669A. Grayscale: #686868. Windows color (decimal): -16082587 or 6658314. OLE color: 6658314.

HSL color Cylindrical-coordinate representation of color #0A9965: hue angle of 158.18º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9965 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB10153101-
CMYK0.9300.340.4
HSL158.18º87.73%31.96%-
HSV(B)158.18º93.46%60%-
XYZ13.8723.7916.17-
YUV104.31126.1260.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 153 (60.16% from 255) = 57.95%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=3.79%
G=57.95%
B=38.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531010.9300.340.4158.1887.7331.96
HexA99655D022289e5820
Octal122311451350425023613040
Binary101010011001110010110111010100010101000100111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9965; }

 p { color: rgb(10,153,101); }

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

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

 a { background-color: rgb(10,153,101); }

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

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

 span { border-color: rgb(10,153,101); }

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