#0EA163

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

Shades of Shamrock Green #0EA163

Tints of Shamrock Green #0EA163

Color information

#0EA163 (or 0x0EA163) is unknown color: approx Shamrock Green. HEX triplet: 0E, A1 and 63. RGB value is (14,161,99). Sum of RGB (Red+Green+Blue) = 14+161+99=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA163 is #F15E9C. Grayscale: #6E6E6E. Windows color (decimal): -15818397 or 6529294. OLE color: 6529294.

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

Color convert

RGB1416199-
CMYK0.9100.390.37
HSL154.69º84%34.31%-
HSV(B)154.69º91.3%63.14%-
XYZ15.1826.4816.12-
YUV109.98121.859.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.11%
GREEN value IS 161 (63.28% from 255) = 58.76%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=5.11%
G=58.76%
B=36.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14161990.9100.390.37154.698434.31
HexEA1635B027259b5422
Octal162411431330474523312442
Binary111010100001110001110110110100111100101100110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,161,99); }

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

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

 a { background-color: rgb(14,161,99); }

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

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

 span { border-color: rgb(14,161,99); }

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