#0E9A65

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

Shades of Shamrock Green #0E9A65

Tints of Shamrock Green #0E9A65

Color information

#0E9A65 (or 0x0E9A65) is unknown color: approx Shamrock Green. HEX triplet: 0E, 9A and 65. RGB value is (14,154,101). Sum of RGB (Red+Green+Blue) = 14+154+101=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9A65 is #F1659A. Grayscale: #6A6A6A. Windows color (decimal): -15820187 or 6658574. OLE color: 6658574.

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

Color convert

RGB14154101-
CMYK0.9100.340.40
HSL157.29º83.33%32.94%-
HSV(B)157.29º90.91%60.39%-
XYZ14.0924.1416.23-
YUV106.1125.1262.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 154 (60.55% from 255) = 57.25%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=5.20%
G=57.25%
B=37.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141541010.9100.340.40157.2983.3332.94
HexE9A655B022289d5321
Octal162321451330425023512341
Binary111010011010110010110110110100010101000100111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,154,101); }

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

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

 a { background-color: rgb(14,154,101); }

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

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

 span { border-color: rgb(14,154,101); }

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