#0A915F

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

Shades of Shamrock Green #0A915F

Tints of Shamrock Green #0A915F

Color information

#0A915F (or 0x0A915F) is unknown color: approx Shamrock Green. HEX triplet: 0A, 91 and 5F. RGB value is (10,145,95). Sum of RGB (Red+Green+Blue) = 10+145+95=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #0A915F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A915F is #F56EA0. Grayscale: #636363. Windows color (decimal): -16084641 or 6263050. OLE color: 6263050.

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

Color convert

RGB1014595-
CMYK0.9300.340.43
HSL157.78º87.1%30.39%-
HSV(B)157.78º93.1%56.86%-
XYZ12.3221.1414.26-
YUV98.93125.7764.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 95 (37.5% from 255) = 38%
R=4%
G=58%
B=38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145950.9300.340.43157.7887.130.39
HexA915F5D0222B9e571e
Octal122211371350425323612736
Binary10101001000110111111011101010001010101110011110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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