#0A8D60

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

Shades of Shamrock Green #0A8D60

Tints of Shamrock Green #0A8D60

Color information

#0A8D60 (or 0x0A8D60) is unknown color: approx Shamrock Green. HEX triplet: 0A, 8D and 60. RGB value is (10,141,96). Sum of RGB (Red+Green+Blue) = 10+141+96=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #0A8D60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8D60 is #F5729F. Grayscale: #606060. Windows color (decimal): -16085664 or 6327562. OLE color: 6327562.

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

Color convert

RGB1014196-
CMYK0.9300.320.45
HSL159.39º86.75%29.61%-
HSV(B)159.39º92.91%55.29%-
XYZ11.7619.9614.3-
YUV96.7127.666.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.05%
GREEN value IS 141 (55.47% from 255) = 57.09%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=4.05%
G=57.09%
B=38.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10141960.9300.320.45159.3986.7529.61
HexA8D605D0202D9f571e
Octal122151401350405523712736
Binary10101000110111000001011101010000010110110011111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,141,96); }

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

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

 a { background-color: rgb(10,141,96); }

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

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

 span { border-color: rgb(10,141,96); }

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