#0E9465

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

Shades of Shamrock Green #0E9465

Tints of Shamrock Green #0E9465

Color information

#0E9465 (or 0x0E9465) is unknown color: approx Shamrock Green. HEX triplet: 0E, 94 and 65. RGB value is (14,148,101). Sum of RGB (Red+Green+Blue) = 14+148+101=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9465 is #F16B9A. Grayscale: #666666. Windows color (decimal): -15821723 or 6657038. OLE color: 6657038.

HSL color Cylindrical-coordinate representation of color #0E9465: hue angle of 158.96º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9465 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14148101-
CMYK0.9100.320.42
HSL158.96º82.72%31.76%-
HSV(B)158.96º90.54%58.04%-
XYZ13.1222.2115.91-
YUV102.58127.1164.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=5.32%
G=56.27%
B=38.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141481010.9100.320.42158.9682.7231.76
HexE94655B0202A9f5320
Octal162241451330405223712340
Binary111010010100110010110110110100000101010100111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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