#0ea265

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

Shades of Shamrock Green #0EA265

Tints of Shamrock Green #0EA265

Color information

#0EA265 (or 0x0EA265) is unknown color: approx Shamrock Green. HEX triplet: 0E, A2 and 65. RGB value is (14,162,101). Sum of RGB (Red+Green+Blue) = 14+162+101=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA265 is #F15D9A. Grayscale: #6E6E6E. Windows color (decimal): -15818139 or 6660622. OLE color: 6660622.

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

Color convert

RGB14162101-
CMYK0.9100.380.36
HSL155.27º84.09%34.51%-
HSV(B)155.27º91.36%63.53%-
XYZ15.4526.8716.68-
YUV110.79122.4758.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=5.05%
G=58.48%
B=36.46%

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
Decimal141621010.9100.380.36155.2784.0934.51
HexEA2655B026249b5423
Octal162421451330464423312443
Binary111010100010110010110110110100110100100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ea265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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