#0A9765

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

Shades of Shamrock Green #0A9765

Tints of Shamrock Green #0A9765

Color information

#0A9765 (or 0x0A9765) is unknown color: approx Shamrock Green. HEX triplet: 0A, 97 and 65. RGB value is (10,151,101). Sum of RGB (Red+Green+Blue) = 10+151+101=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #0A9765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9765 is #F5689A. Grayscale: #676767. Windows color (decimal): -16083099 or 6657802. OLE color: 6657802.

HSL color Cylindrical-coordinate representation of color #0A9765: hue angle of 158.72º 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 #0A9765 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB10151101-
CMYK0.9300.330.41
HSL158.72º87.58%31.57%-
HSV(B)158.72º93.38%59.22%-
XYZ13.5423.1416.06-
YUV103.14126.7961.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 151 (59.38% from 255) = 57.63%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=3.82%
G=57.63%
B=38.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101511010.9300.330.41158.7287.5831.57
HexA97655D021299f5820
Octal122271451350415123713040
Binary101010010111110010110111010100001101001100111111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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