#0E945D

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

Shades of Shamrock Green #0E945D

Tints of Shamrock Green #0E945D

Color information

#0E945D (or 0x0E945D) is unknown color: approx Shamrock Green. HEX triplet: 0E, 94 and 5D. RGB value is (14,148,93). Sum of RGB (Red+Green+Blue) = 14+148+93=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #0E945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E945D is #F16BA2. Grayscale: #656565. Windows color (decimal): -15821731 or 6132750. OLE color: 6132750.

HSL color Cylindrical-coordinate representation of color #0E945D: hue angle of 155.37º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E945D is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1414893-
CMYK0.9100.370.42
HSL155.37º82.72%31.76%-
HSV(B)155.37º90.54%58.04%-
XYZ12.7522.0613.94-
YUV101.66123.1165.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.49%
GREEN value IS 148 (58.20% from 255) = 58.04%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=5.49%
G=58.04%
B=36.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14148930.9100.370.42155.3782.7231.76
HexE945D5B0252A9b5320
Octal162241351330455223312340
Binary111010010100101110110110110100101101010100110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,148,93); }

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

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

 a { background-color: rgb(14,148,93); }

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

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

 span { border-color: rgb(14,148,93); }

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