#0E985B

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

Shades of Shamrock Green #0E985B

Tints of Shamrock Green #0E985B

Color information

#0E985B (or 0x0E985B) is unknown color: approx Shamrock Green. HEX triplet: 0E, 98 and 5B. RGB value is (14,152,91). Sum of RGB (Red+Green+Blue) = 14+152+91=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #0E985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E985B is #F167A4. Grayscale: #676767. Windows color (decimal): -15820709 or 6002702. OLE color: 6002702.

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

Color convert

RGB1415291-
CMYK0.9100.400.40
HSL153.48º83.13%32.55%-
HSV(B)153.48º90.79%59.61%-
XYZ13.323.3113.7-
YUV103.78120.7863.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.45%
GREEN value IS 152 (59.77% from 255) = 59.14%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=5.45%
G=59.14%
B=35.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152910.9100.400.40153.4883.1332.55
HexE985B5B02828995321
Octal162301331330505023112341
Binary111010011000101101110110110101000101000100110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,91); }

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

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

 a { background-color: rgb(14,152,91); }

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

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

 span { border-color: rgb(14,152,91); }

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