#0E905D

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

Shades of Shamrock Green #0E905D

Tints of Shamrock Green #0E905D

Color information

#0E905D (or 0x0E905D) is unknown color: approx Shamrock Green. HEX triplet: 0E, 90 and 5D. RGB value is (14,144,93). Sum of RGB (Red+Green+Blue) = 14+144+93=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #0E905D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E905D is #F16FA2. Grayscale: #636363. Windows color (decimal): -15822755 or 6131726. OLE color: 6131726.

HSL color Cylindrical-coordinate representation of color #0E905D: hue angle of 156.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E905D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1414493-
CMYK0.9000.350.44
HSL156.46º82.28%30.98%-
HSV(B)156.46º90.28%56.47%-
XYZ12.1320.8313.74-
YUV99.32124.4367.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 144 (56.64% from 255) = 57.37%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=5.58%
G=57.37%
B=37.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144930.9000.350.44156.4682.2830.98
HexE905D5A0232C9c521f
Octal162201351320435423412237
Binary11101001000010111011011010010001110110010011100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,93); }

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

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

 a { background-color: rgb(14,144,93); }

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

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

 span { border-color: rgb(14,144,93); }

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