#0A8F59

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

Shades of Shamrock Green #0A8F59

Tints of Shamrock Green #0A8F59

Color information

#0A8F59 (or 0x0A8F59) is unknown color: approx Shamrock Green. HEX triplet: 0A, 8F and 59. RGB value is (10,143,89). Sum of RGB (Red+Green+Blue) = 10+143+89=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8F59 is #F570A6. Grayscale: #616161. Windows color (decimal): -16085159 or 5869322. OLE color: 5869322.

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

Color convert

RGB1014389-
CMYK0.9300.380.44
HSL155.64º86.93%30%-
HSV(B)155.64º93.01%56.08%-
XYZ11.7520.4312.78-
YUV97.08123.4465.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 143 (56.25% from 255) = 59.09%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=4.13%
G=59.09%
B=36.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10143890.9300.380.44155.6486.9330
HexA8F595D0262C9c571e
Octal122171311350465423412736
Binary10101000111110110011011101010011010110010011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,143,89); }

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

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

 a { background-color: rgb(10,143,89); }

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

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

 span { border-color: rgb(10,143,89); }

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