#0A945D

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

Shades of Shamrock Green #0A945D

Tints of Shamrock Green #0A945D

Color information

#0A945D (or 0x0A945D) is unknown color: approx Shamrock Green. HEX triplet: 0A, 94 and 5D. RGB value is (10,148,93). Sum of RGB (Red+Green+Blue) = 10+148+93=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #0A945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A945D is #F56BA2. Grayscale: #646464. Windows color (decimal): -16083875 or 6132746. OLE color: 6132746.

HSL color Cylindrical-coordinate representation of color #0A945D: hue angle of 156.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A945D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1014893-
CMYK0.9300.370.42
HSL156.09º87.34%30.98%-
HSV(B)156.09º93.24%58.04%-
XYZ12.6922.0313.94-
YUV100.47123.7863.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 148 (58.20% from 255) = 58.96%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=3.98%
G=58.96%
B=37.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148930.9300.370.42156.0987.3430.98
HexA945D5D0252A9c571f
Octal122241351350455223412737
Binary10101001010010111011011101010010110101010011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,93); }

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

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

 a { background-color: rgb(10,148,93); }

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

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

 span { border-color: rgb(10,148,93); }

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