#0E9C66

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

Shades of Shamrock Green #0E9C66

Tints of Shamrock Green #0E9C66

Color information

#0E9C66 (or 0x0E9C66) is unknown color: approx Shamrock Green. HEX triplet: 0E, 9C and 66. RGB value is (14,156,102). Sum of RGB (Red+Green+Blue) = 14+156+102=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9C66 is #F16399. Grayscale: #6B6B6B. Windows color (decimal): -15819674 or 6724622. OLE color: 6724622.

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

Color convert

RGB14156102-
CMYK0.9100.350.39
HSL157.18º83.53%33.33%-
HSV(B)157.18º91.03%61.18%-
XYZ14.4724.8316.6-
YUV107.39124.9661.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 156 (61.33% from 255) = 57.35%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=5.15%
G=57.35%
B=37.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141561020.9100.350.39157.1883.5333.33
HexE9C665B023279d5421
Octal162341461330434723512441
Binary111010011100110011010110110100011100111100111011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,156,102); }

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

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

 a { background-color: rgb(14,156,102); }

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

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

 span { border-color: rgb(14,156,102); }

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