#0A915A

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

Shades of Shamrock Green #0A915A

Tints of Shamrock Green #0A915A

Color information

#0A915A (or 0x0A915A) is unknown color: approx Shamrock Green. HEX triplet: 0A, 91 and 5A. RGB value is (10,145,90). Sum of RGB (Red+Green+Blue) = 10+145+90=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #0A915A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A915A is #F56EA5. Grayscale: #626262. Windows color (decimal): -16084646 or 5935370. OLE color: 5935370.

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

Color convert

RGB1014590-
CMYK0.9300.380.43
HSL155.56º87.1%30.39%-
HSV(B)155.56º93.1%56.86%-
XYZ12.121.0513.1-
YUV98.36123.2764.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 145 (57.03% from 255) = 59.18%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=4.08%
G=59.18%
B=36.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145900.9300.380.43155.5687.130.39
HexA915A5D0262B9c571e
Octal122211321350465323412736
Binary10101001000110110101011101010011010101110011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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