#0EA264

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

Shades of Shamrock Green #0EA264

Tints of Shamrock Green #0EA264

Color information

#0EA264 (or 0x0EA264) is unknown color: approx Shamrock Green. HEX triplet: 0E, A2 and 64. RGB value is (14,162,100). Sum of RGB (Red+Green+Blue) = 14+162+100=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA264 is #F15D9B. Grayscale: #6E6E6E. Windows color (decimal): -15818140 or 6595086. OLE color: 6595086.

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

Color convert

RGB14162100-
CMYK0.9100.380.36
HSL154.86º84.09%34.51%-
HSV(B)154.86º91.36%63.53%-
XYZ15.426.8516.43-
YUV110.68121.9759.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 162 (63.67% from 255) = 58.70%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=5.07%
G=58.70%
B=36.23%

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
Decimal141621000.9100.380.36154.8684.0934.51
HexEA2645B026249b5423
Octal162421441330464423312443
Binary111010100010110010010110110100110100100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,162,100); }

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

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

 a { background-color: rgb(14,162,100); }

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

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

 span { border-color: rgb(14,162,100); }

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