#0A8E57

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

Shades of Shamrock Green #0A8E57

Tints of Shamrock Green #0A8E57

Color information

#0A8E57 (or 0x0A8E57) is unknown color: approx Shamrock Green. HEX triplet: 0A, 8E and 57. RGB value is (10,142,87). Sum of RGB (Red+Green+Blue) = 10+142+87=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 142 (55.86% from 255 or 59.41% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8E57 is #F571A8. Grayscale: #606060. Windows color (decimal): -16085417 or 5737994. OLE color: 5737994.

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

Color convert

RGB1014287-
CMYK0.9300.390.44
HSL155º86.84%29.8%-
HSV(B)155º92.96%55.69%-
XYZ11.5220.112.29-
YUV96.26122.7766.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 142 (55.86% from 255) = 59.41%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=4.18%
G=59.41%
B=36.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10142870.9300.390.4415586.8429.8
HexA8E575D0272C9b571e
Octal122161271350475423312736
Binary10101000111010101111011101010011110110010011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,142,87); }

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

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

 a { background-color: rgb(10,142,87); }

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

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

 span { border-color: rgb(10,142,87); }

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