#0EA366

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

Shades of Shamrock Green #0EA366

Tints of Shamrock Green #0EA366

Color information

#0EA366 (or 0x0EA366) is unknown color: approx Shamrock Green. HEX triplet: 0E, A3 and 66. RGB value is (14,163,102). Sum of RGB (Red+Green+Blue) = 14+163+102=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA366 is #F15C99. Grayscale: #6F6F6F. Windows color (decimal): -15817882 or 6726414. OLE color: 6726414.

HSL color Cylindrical-coordinate representation of color #0EA366: hue angle of 155.44º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA366 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB14163102-
CMYK0.9100.370.36
HSL155.44º84.18%34.71%-
HSV(B)155.44º91.41%63.92%-
XYZ15.6827.2517-
YUV111.49122.6458.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.02%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=5.02%
G=58.42%
B=36.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631020.9100.370.36155.4484.1834.71
HexEA3665B025249b5423
Octal162431461330454423312443
Binary111010100011110011010110110100101100100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,163,102); }

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

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

 a { background-color: rgb(14,163,102); }

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

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

 span { border-color: rgb(14,163,102); }

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