#0D8C59

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

Shades of Shamrock Green #0D8C59

Tints of Shamrock Green #0D8C59

Color information

#0D8C59 (or 0x0D8C59) is unknown color: approx Shamrock Green. HEX triplet: 0D, 8C and 59. RGB value is (13,140,89). Sum of RGB (Red+Green+Blue) = 13+140+89=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #0D8C59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8C59 is #F273A6. Grayscale: #606060. Windows color (decimal): -15889319 or 5868557. OLE color: 5868557.

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

Color convert

RGB1314089-
CMYK0.9100.360.45
HSL155.91º83.01%30%-
HSV(B)155.91º90.71%54.9%-
XYZ11.3519.5612.63-
YUV96.21123.9268.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 140 (55.08% from 255) = 57.85%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=5.37%
G=57.85%
B=36.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13140890.9100.360.45155.9183.0130
HexD8C595B0242D9c531e
Octal152141311330445523412336
Binary11011000110010110011011011010010010110110011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,140,89); }

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

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

 a { background-color: rgb(13,140,89); }

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

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

 span { border-color: rgb(13,140,89); }

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