#0E995E

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

Shades of Shamrock Green #0E995E

Tints of Shamrock Green #0E995E

Color information

#0E995E (or 0x0E995E) is unknown color: approx Shamrock Green. HEX triplet: 0E, 99 and 5E. RGB value is (14,153,94). Sum of RGB (Red+Green+Blue) = 14+153+94=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #0E995E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E995E is #F166A1. Grayscale: #686868. Windows color (decimal): -15820450 or 6199566. OLE color: 6199566.

HSL color Cylindrical-coordinate representation of color #0E995E: hue angle of 154.53º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E995E is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1415394-
CMYK0.9100.390.4
HSL154.53º83.23%32.75%-
HSV(B)154.53º90.85%60%-
XYZ13.5923.6814.44-
YUV104.71121.9563.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.36%
GREEN value IS 153 (60.16% from 255) = 58.62%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=5.36%
G=58.62%
B=36.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14153940.9100.390.4154.5383.2332.75
HexE995E5B027289b5321
Octal162311361330475023312341
Binary111010011001101111010110110100111101000100110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,153,94); }

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

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

 a { background-color: rgb(14,153,94); }

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

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

 span { border-color: rgb(14,153,94); }

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