#0E9F68

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

Shades of Shamrock Green #0E9F68

Tints of Shamrock Green #0E9F68

Color information

#0E9F68 (or 0x0E9F68) is unknown color: approx Shamrock Green. HEX triplet: 0E, 9F and 68. RGB value is (14,159,104). Sum of RGB (Red+Green+Blue) = 14+159+104=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9F68 is #F16097. Grayscale: #6D6D6D. Windows color (decimal): -15818904 or 6856462. OLE color: 6856462.

HSL color Cylindrical-coordinate representation of color #0E9F68: hue angle of 157.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F68 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB14159104-
CMYK0.9100.350.38
HSL157.24º83.82%33.92%-
HSV(B)157.24º91.19%62.35%-
XYZ15.0825.8917.3-
YUV109.38124.9659.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=5.05%
G=57.40%
B=37.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141591040.9100.350.38157.2483.8233.92
HexE9F685B023269d5422
Octal162371501330434623512442
Binary111010011111110100010110110100011100110100111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,104); }

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

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

 a { background-color: rgb(14,159,104); }

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

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

 span { border-color: rgb(14,159,104); }

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