#0A9668

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

Shades of Shamrock Green #0A9668

Tints of Shamrock Green #0A9668

Color information

#0A9668 (or 0x0A9668) is unknown color: approx Shamrock Green. HEX triplet: 0A, 96 and 68. RGB value is (10,150,104). Sum of RGB (Red+Green+Blue) = 10+150+104=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9668 is #F56997. Grayscale: #666666. Windows color (decimal): -16083352 or 6854154. OLE color: 6854154.

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

Color convert

RGB10150104-
CMYK0.9300.310.41
HSL160.29º87.5%31.37%-
HSV(B)160.29º93.33%58.82%-
XYZ13.5322.8816.8-
YUV102.9128.6261.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 150 (58.98% from 255) = 56.82%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=3.79%
G=56.82%
B=39.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101501040.9300.310.41160.2987.531.37
HexA96685D01F29a0581f
Octal122261501350375124013037
Binary1010100101101101000101110101111110100110100000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,150,104); }

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

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

 a { background-color: rgb(10,150,104); }

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

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

 span { border-color: rgb(10,150,104); }

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