#0A9764

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

Shades of Shamrock Green #0A9764

Tints of Shamrock Green #0A9764

Color information

#0A9764 (or 0x0A9764) is unknown color: approx Shamrock Green. HEX triplet: 0A, 97 and 64. RGB value is (10,151,100). Sum of RGB (Red+Green+Blue) = 10+151+100=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #0A9764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9764 is #F5689B. Grayscale: #676767. Windows color (decimal): -16083100 or 6592266. OLE color: 6592266.

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

Color convert

RGB10151100-
CMYK0.9300.340.41
HSL158.3º87.58%31.57%-
HSV(B)158.3º93.38%59.22%-
XYZ13.4923.1215.81-
YUV103.03126.2961.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 151 (59.38% from 255) = 57.85%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=3.83%
G=57.85%
B=38.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101511000.9300.340.41158.387.5831.57
HexA97645D022299e5820
Octal122271441350425123613040
Binary101010010111110010010111010100010101001100111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,151,100); }

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

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

 a { background-color: rgb(10,151,100); }

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

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

 span { border-color: rgb(10,151,100); }

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