#0E9565

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

Shades of Shamrock Green #0E9565

Tints of Shamrock Green #0E9565

Color information

#0E9565 (or 0x0E9565) is unknown color: approx Shamrock Green. HEX triplet: 0E, 95 and 65. RGB value is (14,149,101). Sum of RGB (Red+Green+Blue) = 14+149+101=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9565 is #F16A9A. Grayscale: #676767. Windows color (decimal): -15821467 or 6657294. OLE color: 6657294.

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

Color convert

RGB14149101-
CMYK0.9100.320.42
HSL158.67º82.82%31.96%-
HSV(B)158.67º90.6%58.43%-
XYZ13.2822.5315.96-
YUV103.16126.7764.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.30%
GREEN value IS 149 (58.59% from 255) = 56.44%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=5.30%
G=56.44%
B=38.26%

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
Decimal141491010.9100.320.42158.6782.8231.96
HexE95655B0202A9f5320
Octal162251451330405223712340
Binary111010010101110010110110110100000101010100111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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