#0E9B59

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

Shades of Shamrock Green #0E9B59

Tints of Shamrock Green #0E9B59

Color information

#0E9B59 (or 0x0E9B59) is unknown color: approx Shamrock Green. HEX triplet: 0E, 9B and 59. RGB value is (14,155,89). Sum of RGB (Red+Green+Blue) = 14+155+89=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9B59 is #F164A6. Grayscale: #696969. Windows color (decimal): -15819943 or 5872398. OLE color: 5872398.

HSL color Cylindrical-coordinate representation of color #0E9B59: hue angle of 151.91º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B59 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1415589-
CMYK0.9100.430.39
HSL151.91º83.43%33.14%-
HSV(B)151.91º90.97%60.78%-
XYZ13.7124.2613.41-
YUV105.32118.7962.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 155 (60.94% from 255) = 60.08%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=5.43%
G=60.08%
B=34.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155890.9100.430.39151.9183.4333.14
HexE9B595B02B27985321
Octal162331311330534723012341
Binary111010011011101100110110110101011100111100110001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,89); }

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

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

 a { background-color: rgb(14,155,89); }

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

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

 span { border-color: rgb(14,155,89); }

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