#0A915E

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

Shades of Shamrock Green #0A915E

Tints of Shamrock Green #0A915E

Color information

#0A915E (or 0x0A915E) is unknown color: approx Shamrock Green. HEX triplet: 0A, 91 and 5E. RGB value is (10,145,94). Sum of RGB (Red+Green+Blue) = 10+145+94=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #0A915E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A915E is #F56EA1. Grayscale: #626262. Windows color (decimal): -16084642 or 6197514. OLE color: 6197514.

HSL color Cylindrical-coordinate representation of color #0A915E: hue angle of 157.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A915E is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB1014594-
CMYK0.9300.350.43
HSL157.33º87.1%30.39%-
HSV(B)157.33º93.1%56.86%-
XYZ12.2721.1214.02-
YUV98.82125.2764.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=4.02%
G=58.23%
B=37.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145940.9300.350.43157.3387.130.39
HexA915E5D0232B9d571e
Octal122211361350435323512736
Binary10101001000110111101011101010001110101110011101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,94); }

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

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

 a { background-color: rgb(10,145,94); }

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

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

 span { border-color: rgb(10,145,94); }

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