#0EA365

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

Shades of Shamrock Green #0EA365

Tints of Shamrock Green #0EA365

Color information

#0EA365 (or 0x0EA365) is unknown color: approx Shamrock Green. HEX triplet: 0E, A3 and 65. RGB value is (14,163,101). Sum of RGB (Red+Green+Blue) = 14+163+101=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA365 is #F15C9A. Grayscale: #6F6F6F. Windows color (decimal): -15817883 or 6660878. OLE color: 6660878.

HSL color Cylindrical-coordinate representation of color #0EA365: hue angle of 155.03º 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 #0EA365 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB14163101-
CMYK0.9100.380.36
HSL155.03º84.18%34.71%-
HSV(B)155.03º91.41%63.92%-
XYZ15.6327.2316.74-
YUV111.38122.1458.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 163 (64.06% from 255) = 58.63%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=5.04%
G=58.63%
B=36.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631010.9100.380.36155.0384.1834.71
HexEA3655B026249b5423
Octal162431451330464423312443
Binary111010100011110010110110110100110100100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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