#0E955C

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

Shades of Shamrock Green #0E955C

Tints of Shamrock Green #0E955C

Color information

#0E955C (or 0x0E955C) is unknown color: approx Shamrock Green. HEX triplet: 0E, 95 and 5C. RGB value is (14,149,92). Sum of RGB (Red+Green+Blue) = 14+149+92=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #0E955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E955C is #F16AA3. Grayscale: #666666. Windows color (decimal): -15821476 or 6067470. OLE color: 6067470.

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

Color convert

RGB1414992-
CMYK0.9100.380.42
HSL154.67º82.82%31.96%-
HSV(B)154.67º90.6%58.43%-
XYZ12.8622.3613.76-
YUV102.14122.2765.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.49%
GREEN value IS 149 (58.59% from 255) = 58.43%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=5.49%
G=58.43%
B=36.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14149920.9100.380.42154.6782.8231.96
HexE955C5B0262A9b5320
Octal162251341330465223312340
Binary111010010101101110010110110100110101010100110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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