#0EC556

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

Shades of Malachite #0EC556

Tints of Malachite #0EC556

Color information

#0EC556 (or 0x0EC556) is unknown color: approx Malachite. HEX triplet: 0E, C5 and 56. RGB value is (14,197,86). Sum of RGB (Red+Green+Blue) = 14+197+86=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC556 is #F13AA9. Grayscale: #818181. Windows color (decimal): -15809194 or 5686542. OLE color: 5686542.

HSL color Cylindrical-coordinate representation of color #0EC556: hue angle of 143.61º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC556 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1419786-
CMYK0.9300.560.23
HSL143.61º86.73%41.37%-
HSV(B)143.61º92.89%77.25%-
XYZ21.8340.715.51-
YUV129.63103.3745.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.71%
GREEN value IS 197 (77.34% from 255) = 66.33%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=4.71%
G=66.33%
B=28.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14197860.9300.560.23143.6186.7341.37
HexEC5565D03817905729
Octal163051261350702722012751
Binary11101100010110101101011101011100010111100100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,197,86); }

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

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

 a { background-color: rgb(14,197,86); }

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

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

 span { border-color: rgb(14,197,86); }

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