#0A965C

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

Shades of Shamrock Green #0A965C

Tints of Shamrock Green #0A965C

Color information

#0A965C (or 0x0A965C) is unknown color: approx Shamrock Green. HEX triplet: 0A, 96 and 5C. RGB value is (10,150,92). Sum of RGB (Red+Green+Blue) = 10+150+92=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #0A965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A965C is #F569A3. Grayscale: #656565. Windows color (decimal): -16083364 or 6067722. OLE color: 6067722.

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

Color convert

RGB1015092-
CMYK0.9300.390.41
HSL155.14º87.5%31.37%-
HSV(B)155.14º93.33%58.82%-
XYZ12.9622.6513.81-
YUV101.53122.6262.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 150 (58.98% from 255) = 59.52%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=3.97%
G=59.52%
B=36.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10150920.9300.390.41155.1487.531.37
HexA965C5D027299b581f
Octal122261341350475123313037
Binary10101001011010111001011101010011110100110011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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